Help on friendly urls
I need to create an application where i dont want to see my exact url with extension on my browser address bar. what is the best way to get it????
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jignesh TrivediPosted Mar 6, 2014, 4:31 AM
hi,
Yes I think it possible with nuget
http://www.nuget.org/packages/UrlRewritingNet/
http://www.hanselman.com/blog/IntroducingASPNETFriendlyUrlsCleanerURLsEasierRoutingAndMobileViewsForASPNETWebForms.aspx
also refer
http://weblogs.asp.net/jalpeshpvadgama/archive/2011/12/11/easy-url-rewriting-in-asp-net-4-0-web-forms.aspx
hope this will help you.
Lakshmanan Sethu SankaranarayanPosted Mar 13, 2014, 1:14 AM
kiran TPosted Mar 13, 2014, 12:51 AM
SUNIL GUTTAPosted Mar 7, 2014, 6:40 AM
kiran TPosted Mar 6, 2014, 6:42 AM
kiran TPosted Mar 6, 2014, 3:39 AM
http://www.hanselman.com/blog/IntroducingASPNETFriendlyUrlsCleanerURLsEasierRoutingAndMobileViewsForASPNETWebForms.aspxhttp://docs.nuget.org/docs/start-here/installing-nuget
kiran TPosted Mar 6, 2014, 3:24 AM
Jignesh TrivediPosted Mar 6, 2014, 3:21 AM
with the help of URL rewriting u can achieve this
Please refer
http://weblogs.asp.net/scottgu/archive/2007/02/26/tip-trick-url-rewriting-with-asp-net.aspx
http://www.codeproject.com/Articles/641758/An-Example-of-URL-Rewriting-With-ASP-NET
http://msdn.microsoft.com/en-us/library/ms972974.aspx