Hi,
I'm using the Intelligencia UrlRewriter on a project.
It's working fine to rewrite urls typed into the browser.
For example, if I enter
http://localhost/People
This is being correctly rewritten as:
http://localhost/People.aspx
Now, the problem is, when I am in the code behind I need to access the Friendly URL, but Request.ServerVariables seems to only have the unfriendly URL available.
Does anyone know, is there anyway I can access this oringinal, friendly Url in code? Or am I too late?
Thanks in advance!
Am I not clear enough? Ask me and I'll clarify anything!!