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