Reputation: 11
can anyone please provide me the details how we can implement custom URL rewriting in asp.net
My current url is look like below :
www.domainname.com/News/default.aspx?newstitle=todays latest news And now I would like to redirect to below url :
www.domainname.com/News/todays-latest-news
Please suggest me how we can achieve the same using asp.net 3.5 version.
Upvotes: 1
Views: 314
Reputation: 526
Use Routing... :
How to: Use Routing with Web Forms
Routing with ASP.NET Web Forms
;)
Upvotes: 2