Posted to
Extensibility
by
rajivdk
on
10-01-2008, 1:21 PM
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 ...