MVC Application on IIS 5.1

  1. Open IIS (Inetmgr from run)
  2. Right click on your Web Site and click Properties
  3. Set permissions to Scripts Only
  4. Click Configuration. Under the Mappings tab, click the Add button
  5. You need to insert the path to the file aspnet_isapi.dll. This is most likely C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_isapi.dll. 
  6. In the Extension field, enter “.*” (excluding quotes).
  7. Select All Verbs. Select “Script Engine”.
  8. Make sure ”Check that file exists” is not selected.