8
shouts

How To: Use URL Rewriting in ASP.NET | .NET Development at JoshJordan.com

published 492 days ago posted by JoshJordanJoshJordan 492 days, 18 hours, 18 minutes ago
Thursday, March 26, 2009 2:12:02 PM GMT Wednesday, March 25, 2009 7:54:07 PM GMT

URL rewriting is the practice publishing a cleaner URL for your ASP.NET pages. There are many reasons you might want to do this, including search engine optimization and human readability. Search engines actively try to ascertain information about the contents of a page based on the URL, and providing common keywords in it will increase your page ranking. This article will show you how to use URL rewriting to hide your ugly URL while retaining the power and structure of your existing ASP.NET application by using URL rewriting.

category: ASP.NET | clicked: 6 | | source: www.joshjordan.com | show counter code
tags: search engine optimization, url rewriting