ASP.NET MVC Deployment on IIS 6.0

asp.net-mvcdeploymentiis-6

I'm just a beginner about ASP.NET MVC. Thought it doesn't have any problems in the developing time, I don't even know what to continue when I try to deploy. After deployment, I can only browse login page.

I'm using

  • Windows Server 2003
  • IIS 6.0
  • Visual Studio 2008

Is there any step by step guide that will be suit for beginner like me?
Anybody can show me any light upon it, please?

Waiyan

Best Answer

IIS6 will not natively support the MVC routing architecture. Phil Haack has a good article about getting this up and running:

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