How am I supposed to deploy an ASP.NET MVC 4.0 website?
Posted
by Matt Frear
on Stack Overflow
See other posts from Stack Overflow
or by Matt Frear
Published on 2010-06-14T02:45:13Z
Indexed on
2010/06/14
2:52 UTC
Read the original article
Hit count: 309
What's the recommended way to deploy a website created with ASP.NET 4.0 and Visual Studio 2010?
I've previously always added a web setup project to my solution, and used that to create an MSI, even for small applications.
But when I build a web setup project in VS2010 it kind of works but some stuff still seems broken: 1. I need to turn on IIS 6 Compatibility on a Win 2008 R2 box to get the msi to run. 2. The msi includes web.config, web.debug.config, and web.release.config. I thought VS's web.config transformations was supposed to take care of that.
-Matt
© Stack Overflow or respective owner