I'm using urlrewriting in asp net solution.
So about-us.html ---> index.asp?something
I would like to get via asp-net script "about-us.html" but trying to do:
request.servervariables("SCRIPT_NAME") I obtain index.asp.
Please tell me that I can obtain that value server-side...
Any help appreciated.