D
David
Hi all,
using ASP.NET 1.1 C#
I am using URL ReWriting to rewrite the URL of the incoming page.
A problem I had was of pages without .aspx extension not mapping, so no
rewriting would work... So, in IIS I set up the 404 to redirect the page to
a 404.aspx handler. This then calls my URL ReWriter.
So, I need to find out the full address in the address bar so that I can map
the page correctly.
rawurl shows the 404 handler page with the address bar page as a parameter.
request.path shows the 404 handler but no parameters.
Is there anything that will give me the URL that I see in the address bar
without the 404 handler?
Thanks.
Best regards,
Dave Colliver.
http://www.AshfieldFOCUS.com
~~
http://www.FOCUSPortals.com - Local franchises available
using ASP.NET 1.1 C#
I am using URL ReWriting to rewrite the URL of the incoming page.
A problem I had was of pages without .aspx extension not mapping, so no
rewriting would work... So, in IIS I set up the 404 to redirect the page to
a 404.aspx handler. This then calls my URL ReWriter.
So, I need to find out the full address in the address bar so that I can map
the page correctly.
rawurl shows the 404 handler page with the address bar page as a parameter.
request.path shows the 404 handler but no parameters.
Is there anything that will give me the URL that I see in the address bar
without the 404 handler?
Thanks.
Best regards,
Dave Colliver.
http://www.AshfieldFOCUS.com
~~
http://www.FOCUSPortals.com - Local franchises available