I'm trying to get a current web application running on my local machine, for dev purposes... the previous developer left abruptly and didn't document ANYTHING.
Basically, it uses an ISAPI filter, installed into IIS for some url redirection... this is fine, but, i want to set it up on my local dev machine... How can i go about doing that? so that my project runs when i hit f5....
i will probably end up using an httphandler or something in the very near future.