Y
ypul
Hi,
am using httpmodule in my application.
now
<configuration>
<system.web>
<httpModules>
<add type="ImageTracker.ImageTracker.TrackRequest1,ImageTracker"
name="ImageTracker" />
</httpModules> ....
this works on my local machine , but when I upload it on the hosting server
, it doesnt redirect to the specified subroutine "trackerrequest" in the
imageTracker.dll
Considering that hosting server doesnt support httpmodules, when I called up
"customer care " of hosting service provider, I got a response that
httpmodules are supported on the server.
what could be the probable reason of not working .
help please ,
waiting for reply...
Thanks
Vipul
am using httpmodule in my application.
now
<configuration>
<system.web>
<httpModules>
<add type="ImageTracker.ImageTracker.TrackRequest1,ImageTracker"
name="ImageTracker" />
</httpModules> ....
this works on my local machine , but when I upload it on the hosting server
, it doesnt redirect to the specified subroutine "trackerrequest" in the
imageTracker.dll
Considering that hosting server doesnt support httpmodules, when I called up
"customer care " of hosting service provider, I got a response that
httpmodules are supported on the server.
what could be the probable reason of not working .
help please ,
waiting for reply...
Thanks
Vipul