Taking the ASP.NET 2.0 Web Deployment Projects for a Spin
Posted by: Rick Strahls WebLog,
on 11 Nov 2005 |
View original
So I ended up updating my West Wind Web Store app today to use the new Web Deployment projects and I’m happy to say that it worked fairly smoothly. It did take a little while of experimenting to find the right combination that I think will work best for me.
The Web Deployment projects is essentially a tool to simplify project compilation into a more manageable deployment scenario. The biggest beef I have with the stock ASP.NET 2.0 behavior is that you are not able to build a compact...