URL mapping enables page developers to map one set of URLs to another. If a request comes in for one of the URLs in the first set, it is automatically re-mapped on the server-side.
URL mapping is often used to provide "friendly" URLs, which are URLs that are more readable and sensical.URL mapping also is useful when restructuring a site.
The URL mapping feature in ASP.NET 2.0 is very simple and works by specifying the mapping directly in Web.config.To specify the mappings, simply add a
For more info,check out
http://aspnet.4guysfromrolla.com/articles/011007-1.aspx
Wednesday, November 21, 2007
URL mapping - a new feature to ASP.NET 2.0
Labels:
ASP.NET 2.0
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment