colinramsay.co.uk

IHttpHandlerFactory

04 Apr 2005

I wrote a URL rewriting and templating system for Internetware's upcoming website solution, and used RewritePath to send the user to a page which I looked up out of the database. Uber ASP has an article of doing this via an IHttpHandlerFactory instead. There are some downsides to RewritePath, so I will be investigating this.

Feedback or questions on this post? Create an issue on GitHub.