Twitter Updates

Thursday, February 26, 2009

ASP.NET MVC IIS Configuration Info

As we go to deploy ASP.NET MVC apps, it is important to have a basic understanding of how to deploy on the different environments we encounter.

Server 2008 (The easiest by far)

http://blogs.dovetailsoftware.com/blogs/kmiller/archive/2008/10/07/deploying-an-asp-net-mvc-web-application-to-iis7.aspx

Server 2003 (likely a very common event)

http://haacked.com/archive/2008/11/26/asp.net-mvc-on-iis-6-walkthrough.aspx

Windows XP (I cant' see doing this unless you want to punish yourself, but to each his own)

http://itscommonsensestupid.blogspot.com/2008/11/deploy-aspnet-mvc-app-on-windows-xp-iis.html

Chris