How to do best deployment ASP.Net Visual Studio 2010 Deployment Suggestions
Is it possible to deploy Visual Studio 2010 Web Application Solution... with minimum code base.. minimize dependencies... I mean let say if there would be Presentation Layer / BAL/ DAL then each part can be modularized within..Deployment is very troublesome and painful as its impacting client due to due to distributed deployment at multiple locations for each small change
Its Deployment is very troublesome and painful due to distributed deployment at multiple locations for each small change
Like
BAL - Module 1 BAL, Module 2 BAL.... i.e. each having its own DLL so that we don't need to disturb whole BAL at the time of deployment
DAL - Module 1 DAL, Module 2 DAL... i.e. each having its own DLL so that we don't need to disturb whole DAL at the time of deployment
Is it possible like this or other best way to bifurcate so that whole BAL, DAL as well as Presentation DLL would not be impacted
Kindly suggest some workable solution which would work through Visual Studio or through existing solution... or any good suggestion would be really appreciated