Click here to Skip to main content
15,886,095 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi sir,
I want to know how to use url routing concept in asp.net c#. I have three pages namely Default,home and productlist pages. In the url of the browser i need to rename

http://localhost/Shopping/Default.aspx to http://localhost/Shopping/Login
and
http://localhost/Shopping/home.aspx to http://localhost/Shopping/Home
and
http://localhost/Shopping/productlist.aspx to http://localhost/Shopping/Products

Kindly give me the solution for this problem.................
Posted
Updated 8-May-13 19:57pm
v2

Go through below article for URL routing

URL Routing with ASP.NET 4.0[^]

Everything is mentioned step by step.
 
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