I needed a way to pass off requests from IIS 7 (classic pipeline) to ASP.NET so that a custom HttpHandler could redirect to a new page. The article
Wildcard script mapping and IIS 7 integrated pipeline has a section
Wildcard script mapping in IIS 7 classic pipeline mode that provides step by step instructions.