URL Rewriting

URL Rewriting

23 Feb 2010 01:02:51
How to rewriting of Url when we open another page in asp.net so user can not see what is pass in query string for security purpose Thanks and Regards Kirti Darji
Expert   Boarder
Posts: 28
From 03-Jun-2009
You're Points: 538
Bookmark
Re:URL Rewriting23 Feb 2010 01:02:51
URL Rewriting has lots of benefits, listing its main benefits * SEO Friendly URL * Secured URL * No need to change bookmark with change in site structure. Before URL Rewriting my URL looks like http://localhost:2661/URLRewrite2/DynamicPage.aspx?MyTitleId=1 After URL Rewriting URL is changed to http://localhost:2661/URLRewrite2/Article/Asp-Net-website-paths-1.aspx Check for how to do it http://dotnetguts.blogspot.com/2008/07/url-rewriting-with-urlrewriternet.html
amalhashim
Senior  Boarder
Posts: 0
From 07-Jun-2009
You're Points: 44
Bookmark
Re:URL Rewriting23 Feb 2010 01:02:51
Hi , Good day i suggest you to go through the articles.. If u have any thing let me know.. [url] http://weblogs.asp.net/scottgu/archive/2007/02/26/tip-trick-url-rewriting-with-asp-net.aspx[/url]
Troy
Junior  Boarder
Posts: 0
From 10-Jun-2009
You're Points: 4
Bookmark
^ Scroll to Top