for web based business application, is it good to develop business layer, data access layer using web service? what are the disadvantages?
UI Layer (ASp.Net) --> Business Layer (WCF Web service) --> DataAccess Layer(WCF Web Service)
everything will be hosted in single server. is it the best practice to go for web services for business, data access layers?
regards, Anand