I created a HTTPModule. It does work when the request from client is for .aspx file. But it doesn't work if the request is for .htm file. If I add application mapping in IIS 5. such as Extension::.htm Executable::C:\WINNT\Microsoft.NET\Framework\v1.1.4322\aspnet_isapi.dll
Verbs::limit to GET,HEAD,POST,DEBUG . Sometimes the HTTPModule works, sometimes it doesn't. And adding such mapping causes the web server unstable. Is there any way that can let HTTPModule receive the request events to some extension file(for exampl, .htm,
.htc etc.) that are not in the list of IIS application mappings? Any help would be great appreciated.
rnd_man
Member
5 Points
1 Post
how to catch the request for some extension file?
Aug 22, 2003 07:23 PM|LINK