How to create a wildcard script map in IIS 6.0?

Collapse

Unconfigured Ad Widget

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • John_Accuwebhosting
    Senior Member
    • Jun 2006
    • 120

    How to create a wildcard script map in IIS 6.0?

    You will require to have full routing support if you wish to run ASP.NET MVC application on IIS 6.0. You will have to create wildcard script map in order to have full routing support. Below are the exact steps to enable wildcard script map in IIS 6.0:

    1. Launch the Internet Information Services IIS Manager.
    2. Right-click on a web site and select Properties.
    3. Select the Home Directory tab.
    4. Near Application settings, click on the Configuration button.
    5. Select the Mappings tab.
    6. Near Wildcard application maps, click on the Insert button.
    7. Enter the path to the aspnet_isapi.dll file, which is usually located in %windir%Microsoft.NETFrameworkv2.0.50727aspnet_isa pi.dll
    8. Uncheck the Verify that file exists checkbox.
    9. Click on the OK button.

    Special Notes

    1: Once you follow above steps any request for the specific web site will be executed by the ASP.NET engine.
    2: No such additional URL routing configuration is required to run ASP.NET MVC application on IIS 7.0.

    Thanks!
    John D.
    Support Technician,
    accuwebhosting.com
    Windows based hosting
    Linux based hosting
Working...
X