URL Rewriting with ASP.NET 2.0
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
Visit publisher site: URL Rewriting with ASP.NET 2.0Listing Details
- Version:
- 2.0
- Filed in:
-
Scripts / ASP.NET / Tutorials & Tips
- Submitted on:
- Last Updated:
- Oct 29, 2007
- Publisher:
- Handy Chang Other listings by this publisher
License & Pricing Information
- License Type:
- Other
- Price:
- $0.00 USD
- Additional Info:
User Reviews
Be the first to review this listing!Not yet reviewed by any member.... You can be the FIRST one to write a review for URL Rewriting with ASP.NET 2.0