I'm new in IIS7 and web. Recently, I write an ISAPI wildcard, and when I test them(extention and filter) with Inputing into the file, all the NOTIFY of the filter are executed, while the extension's entry function HttpExtensionProc() can not capture the interrupt when I debugging them.
At the first request, as the page's main URL, there was no "ISAPIEx" but all the NOTIFY. And when those .js or .css or .img came, I could see "ISAPIEx" in the file.
Is that mean my ISAPI extension does not run? because all the data I want is in the first request from client.
How should I do?
↧