L
letibal
Hello,
I have created an asynchronous HttpHandler by implementing
IHttpAsyncHandler.
In its static constructor, I need to retrieve the location of its dll
(i.e. C:\C:\Inetpub\wwwroot\myApp\)
Is there any function I could use to do this ?
Note : at this stage, I do not have access to any HttpRequest object
yet.
Thanks,
Tibo
I have created an asynchronous HttpHandler by implementing
IHttpAsyncHandler.
In its static constructor, I need to retrieve the location of its dll
(i.e. C:\C:\Inetpub\wwwroot\myApp\)
Is there any function I could use to do this ?
Note : at this stage, I do not have access to any HttpRequest object
yet.
Thanks,
Tibo