Hi,
Actually what I am trying to do is, I need to replace a link(ex: www.testing.com) in any page with the link(www.testing.com/userid). UserId I am getting from Session.
So I have created http module, which will look through every link in every page whenever that page will load and and if it found then it will append the user id.
My httpmodule is working fine in localhost but when moving to UAT site, it is not working. The module is getting called only for Adming pages not for non-Admin pages.
Please let me know if there is any setting I am missing or if there is any better solution to implement this.
Thanks
Joyanta