I finally managed to get .Text working with ASP.NET 2.0. Here's how: Add the following to the httpHandlers section of Web.config: < add verb = " * " path = " *.aspx " type = " Dottext.Common.UrlManager.UrlReWriteHandlerFactory,Dottext.Common " /> Change the method ProccessHandlerTypePage in the...