Hi there,
I have created some URL Rewriting code that I have working perfectly locally under testing.
The code is under my App_Code directory and all compiles fine, I have a line in my web.config called
<httpModules>
<add name="URLRewriter" type="URLRewriter"/>
</httpModules>
This causes my code URLRewriter (My class) to be called everytime there is a request.
However, now that I have uploaded this to my standard jodohost directory it is not doing anything. I dont think that bit of code is even firing ... does anybody have any ideas?
I have created some URL Rewriting code that I have working perfectly locally under testing.
The code is under my App_Code directory and all compiles fine, I have a line in my web.config called
<httpModules>
<add name="URLRewriter" type="URLRewriter"/>
</httpModules>
This causes my code URLRewriter (My class) to be called everytime there is a request.
However, now that I have uploaded this to my standard jodohost directory it is not doing anything. I dont think that bit of code is even firing ... does anybody have any ideas?