The IHttpHandlerFactory Interface Defines the contract that class factories must implement to create new IHttpHandler objects.
Author: unknown Code: ASP.NET v1.0 & VB
RewritePath() is messy. Using the IHttpHandlerFactory interface allows you to take the requested URL and execute an entirely different page.
Author: Jeff Code: ASP.NET v2.0 & VB
IHttpHandlerFactory Interface defines the contract that class factories must implement to create new IHttpHandler objects. Author: rvnuñez Code: ASP.NET v1.0 & VB