A URL Rewriting This article describes a complete solution for URL rewriting in ASP.NET 2.0. The solution uses regular expressions to specify rewriting rules and resolves possible difficulties with postback from pages accessed via virtual URLs. Why should we use URL rewriting? The two main reasons to incorporate URL rewriting capabilities into your ASP.NET applications are increased usability and easy to maintain (1)increased usability It is well-known that users of web applications prefer short, neat URLs to monstrous addresses packed with difficult to comprehend query string parameters. From time to time, being able to remember and type in a concise URL is less time-consuming than adding the page to a browser's favorites only to access later. Again, when access to a browser's favorites is unavailable, it can be more convenient to type in the URL of a page on the browser address bar, without having to remember a few keywords and type them into a search engine in order to find ...
/* The only purpose behind the existence of this blog is to share as much as new technological things (which i think is new) */