Wednesday, September 23, 2009

MVC Application Not Working on IIS 6

Here are the simple steps on how your mvc application run on IIS 6

1.Open your website properties in IIS
2. Home Directory > Configuration
3. Click Configuration and Insert Wildcard application maps
4: Browse your aspnet_isap.dll >> C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_isapi.dll
5. Uncheck "Verify that file exists"
6. Run your MVC Application Again

Note: Do a research on wildcard mappings.