Click here to Skip to main content
15,884,739 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i want to url rewrite for .aspx page as .html page when redirecting one page to another page in asp.net using querystring.

can anyone tell, how can i do this. i try a lot but i can not do.

please help

thanks in advance.
Posted

1 solution

Hi, You can use routing for rewriting your URL, write codes with nodes <rewrite> & <rules> etc in web.config page.
See the link below for more, hope this will solve your query, thanks in advance.


http://www.iis.net/learn/extensions/url-rewrite-module/iis-url-rewriting-and-aspnet-routing[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900