| 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 | |