PDA

View Full Version : three tier architecture


aidso
06-09-2005, 02:26 PM
Hi,

I have a large .NET web application that is written in the usual three tier - Business Layer, Data Access layer and Presentation.
I however need to deploy this in the architectureof Web server, Application server and database server. Does this mean that my BLL and DAL DLLs reside in the application server ? Any help with this would be greatly appreciated.