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

