I need to register a custom isapi extension on my web server, but I can't seem to find the option on my IIS 7.5/Win7 (pro) box.
On IIS 6 it used to be under "Home Directory" -> Configuration -> Wildc开发者_JAVA百科ard application maps.
How can I achieve the same on IIS 7.5?
Wildcard script mapping and IIS 7 integrated pipeline
http://learn.iis.net/page.aspx/508/wildcard-script-mapping-and-iis-7-integrated-pipeline/
See article Developing IIS 7.0 Modules and Handlers with the .NET Framework and go at "Deploying the Assembly to the Server"
精彩评论