Nested Item Templates for custom script extensions in Visual Studio
Posted by: Rick Strahls WebLog,
on 28 Mar 2007 |
View original | NEW Bookmarked: 0 time(s)
I'm working on an application that's using custom HTTP handlers to handle inbound Web requests where each script request is pointing at an HTTP handler. In this case the handlers need to be individual files so I have a script map configured in IIS with a special extension and then mapped to my virtual directory. So the idea is that I can use a script call like this: ScriptHandler.xrns To make this work the xrns script extension must be mapped in IIS to the ASPNET_ISAPI.DLL (in classic ASP.NET mode...