08 November 2008

Setting up IIS7 for a Maverick.Net project

(Thanks to Paul Fox for these instructions)

  • Open IIS Manager by pressing "Windows Key" + R
  • Type "inetmgr" and press Enter
  • Expand the System and "Web Sites" nodes and click on "Default Web Site"
  • Click on "Handler Mappings"
  • Click "Add Script Map"
  • Add the following settings
    • Request Path: *.m
    • Executable: C:\Windows\Microsoft.NET\Framework\v2.0.50727\aspnet_isapi.dll
    • Name: Maverick.Net
    • Click on "Request Restrictions" and uncheck "Invoke handler only if request is mapped to:"
    • Click OK.

image

0 comments: