Community

A Look at ASP.NET 2.0’s URL Mapping

(Scott Mitchell) URL mapping – a feature new to ASP.NET 2.0 – 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. For example, you can configure the application so that the URL ~/Beve

Read More - Register for Free Membership