Click here to Skip to main content
15,890,579 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi, I need to change the URL for an existing website. For this, i need to still keep the old URL as well and when user requests for old url, it should automatically redirect to new URL. How can i achieve this?
Posted

1 solution

You are looking for URL Rewrite.

1. Tip/Trick: Url Rewriting with ASP.NET[^]
2. [MSDN] URL Rewriting in ASP.NET[^]
3. Redirecting ASP.NET Legacy URLs to Extensionless with the IIS Rewrite Module[^]

You can find many other articles on this topic.
 
Share this answer
 
Comments
Manfred Rudolf Bihy 19-Dec-13 7:16am    
Nice! :)
Thanks a lot Manfred R. Bihy... :)

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