Using URL Rewriting With Web Parts
June 10 2008 1 Comment
Web parts are a great new system for allowing personalization of web sites by end users that
was introduced in ASP.NET 2.0. However, it isn’t useful when used in combination with
URL rewriting.
URL rewriting allows you to respond to requests from dynamic URLs by redirecting the handling
to a different .ASPX file on your server. This [...]