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)
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


1 comments:
Hello, not everyone who publishes ASP.NET MVC is a masochist :) Sometimes we are forced to publish ASP.NET MVC web apps on Windows XP because we dont have a choice, because they are internal applications...
Post a Comment