I
Iaml
We have a lot of legacy pages written in HTML or classic ASP. A lot
of our web users bookmarked these pages.
Now we will rewrite these HTML or classic ASP pages in ASP.NET 2.0 or
3.5.
I am using URLRewritingNet (http://www.urlrewriting.net/en/
Default.aspx) to redirect all requests in the format of *.htm, *.html
or *.asp to my asp.net pages. This is completely configured in
web.config.
This works great. But, we would also like to change the URL in the
browser's address bar from somepage.htm to somepage.aspx.
IMPORTANT: We are not allowed to explicitly do Response.Redirect.
Is there a way to do this? Please share your insights about this
issue. Thanks.
of our web users bookmarked these pages.
Now we will rewrite these HTML or classic ASP pages in ASP.NET 2.0 or
3.5.
I am using URLRewritingNet (http://www.urlrewriting.net/en/
Default.aspx) to redirect all requests in the format of *.htm, *.html
or *.asp to my asp.net pages. This is completely configured in
web.config.
This works great. But, we would also like to change the URL in the
browser's address bar from somepage.htm to somepage.aspx.
IMPORTANT: We are not allowed to explicitly do Response.Redirect.
Is there a way to do this? Please share your insights about this
issue. Thanks.