Thursday, January 12, 2012

Hosting MVC Application in IIS 5.1 setting

1. Right click on Default Web Site and click Properties
2. Make sure the website or virtual directory is an Application.
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\v4.0.30319\aspnet_isapi.dll.
6. In the Extension field, enter .* .
7. Select All Verbs. Select “Script Engine”. Make sure ”Check that file exists” is not selected.
Click OK at this point.

No comments: