Hi,
I have an ISAPI extension that is used as an application extension mapping and now I am extending it to be used as a wildcard mapping as well (supporting server-side redirection using HSE_REQ_EXEC_URL).
Is there a way I can distinguish between the two (whether used in wildcard mapping or not), in my code at runtime?
The reason is, if my extension is mapped as an application extension, I do not want to use HSE_REQ_EXEC_URL. However, I do want to use it if my extension is used in a wildcard mapping.
Any suggestions?
Thanks,
-Rajiv.