- 1,251 categories
- 40,829 scripts
Updated: 10/29/2007
- In this article, you will learn about URL Rewriting in ASP.NET 2.0. URL Rewriting was originally introduced by Apache as an extensions called mod_rewrite. The concept of URL rewriting is simple. It allows you to rewrite URL from those ugly URL into a better URL and hence it will perform better in SEO.
If you rewrite the URL above, you can actually rewrite it into more readable format
e.g http://www.worldofasp.net /product10.aspx.
or you can rewrite it to http://www.worldofasp.net /product/10.aspx. Search Engine robot will think that your dynamic page is a normal page and therefore it will crawl your page and your page will have a better search results.
If you check all the page in Worldofasp.net or CodeProject.com, you can see that the web developer is using URL rewriting techniques
- Categories
- Platforms
- Licenses
- Other Free / Open Source License
- Author