Pablo
Pablo

Reputation: 2154

ISAPI Extensions on IIS 7.5/Windows 7 (professional)

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 -> Wildcard application maps.

How can I achieve the same on IIS 7.5?

Upvotes: 0

Views: 12283

Answers (2)

lsalamon
lsalamon

Reputation: 8164

See article Developing IIS 7.0 Modules and Handlers with the .NET Framework and go at "Deploying the Assembly to the Server"

Upvotes: 1

Robert Harvey
Robert Harvey

Reputation: 180787

Wildcard script mapping and IIS 7 integrated pipeline
http://learn.iis.net/page.aspx/508/wildcard-script-mapping-and-iis-7-integrated-pipeline/

Upvotes: 1

Related Questions