M
Marvin Landman
Hi,
Server.Transfer and Execute only accept Pages but I would like to be
able to execute handlers of any type.
I am able to do that using the IHttpHandler and IHttpHandlerFactory
interfaces but I am unable to obtain a handler for any given path.
I could use HttpHandlersSection for classic mode although I still had to
find a match manually but integrated configuration is not exposed and by
default I can't even read applicationHost.config.
Please help me getting a handler for any given path.
Thanks.
Best regards,
Marvin
Server.Transfer and Execute only accept Pages but I would like to be
able to execute handlers of any type.
I am able to do that using the IHttpHandler and IHttpHandlerFactory
interfaces but I am unable to obtain a handler for any given path.
I could use HttpHandlersSection for classic mode although I still had to
find a match manually but integrated configuration is not exposed and by
default I can't even read applicationHost.config.
Please help me getting a handler for any given path.
Thanks.
Best regards,
Marvin