Click here to Skip to main content
16,018,114 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
while running my asp.net application i will do URL rewriting.
i have web pages namely
1.Default.aspx(Start Page) - Home Page
2.About.aspx
3.Description.aspx

While running this, URL could be
http://localhost:9025/Default.aspx[^]


i need it like

http://localhost:9025/Home[^]
Posted

1 solution

refer this link : URL rewriting in ASP.NET 2.0 with simple code sample[^]

http://dotnetguts.blogspot.com/2008/07/url-rewriting-with-urlrewriternet.html

http://weblogs.asp.net/scottgu/archive/2007/02/26/tip-trick-url-rewriting-with-asp-net.aspx
 
Share this answer
 
v2

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

  Print Answers RSS
Top Experts
Last 24hrsThis month


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