I would like to build a native module (in C++) that handles mapping requests to handlers. So far the only example I have found is here.
In particular, I need to know how to map a request to a managed handler.
So, does anyone have any examples of using CHttpModule::OnMapRequestHandler?
I think I found the answer to my question here.
It looks like you need to call the
SetScriptMapmethod of theIMapHandlerProviderusing a customIScriptMapInfoobject.