Until I started building MVC sites, I always built WebForm web sites using Visual Studio Web Site projects (instead of Web Application projects). When I publish my MVC sites, I'm loving the Publish Web dialog that allows much more control over the deployment than I'm used to. This is the feature I've been looking for for 5 years! Web Site projects only allow one fairly brutal mode of publishing.
I'm curious:
- Is this an MVC feature, or is it available for all Web Application projects?
- Is there any way to get this dialog to appear when publishing a Web Site project?
- Has publishing of Web Site projects improved in the VS 2010 Beta?