Browse by Tags

All Tags » asp.net » blog (RSS)
Sorry, but there are no more tags available to filter with.

Running .Text on ASP.NET 2.0

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 " />...
Posted by aelij | 1 comment(s)
Filed under: ,
More Posts