One of the problems with being a Microsoft ASP.Net developer, and creating applications for the consumer, is how to get the consumer to deploy your application in their environment.
Many software developers use the 'ole tried and true standby solution of "Unzip this folder here, change these configuration settings here, run these scripts there..." type of solution.
Scott Guthrie reminds us that VS 2005 has the ability to create a web deployment project packaging your web application in a neat and tidy .msi file.
Nothing pleases your consumers more than a simple point and click :)
Tip/Trick: Creating Packaged ASP.NET Setup Programs with VS 2005 - ScottGu's Blog
Technorati Tags:
ASP.Net,
Deployment