A dynamic class loading HttpHandlerFactory
Posted by: Rick Strahls WebLog,
on 02 Apr 2007 |
View original | NEW Bookmarked: 0 time(s)
I mentioned a few days ago that I was working on a Web application that's dealing with custom extensions to route requests to a very large number of custom 'script' pages. Basically I have a custom IHttpHandler based base class and custom subclasses that implement the actual handler logic which is essentially a script like implementation to call business objects and return an XML response to the client.
I love using HttpHandlers in general because of the high performance and simple implementation...