Tip/Trick: Url Rewriting with ASP.NET
Posted by: ScottGus Blog,
on 27 Feb 2007 |
View original | NEW Bookmarked: 0 time(s)
People often ask me for guidance on how they can dynamically "re-write" URLs and/or have the ability to publish cleaner URL end-points within their ASP.NET web applications. This blog post summarizes a few approaches you can take to cleanly map or rewrite URLs with ASP.NET, and have the option to structure the URLs of your application however you want. Why does URL mapping and rewriting matter? The most common scenarios where developers want greater flexibility with URLs are: 1) Handling cases...