ASP.NET 4.0 HttpHandler Routing Support [Tip/Trick]
Posted: 3 Nov 2011
Updated: 7 Nov 2011
Rating: 0.0 / 5
Votes: 0
Popularity: 0.0
Licence: The Code Project Open License (CPOL)
Bookmarked: 0
Downloaded: 0
Hi guys, I have a new version of this.Although it works as expected for the majority of cases, I found a problem on the previous version of this code, that is, it reuses the HttpHandler for different requests and that can be a problem on more complex implementations where inner properties are...