My httphandler does not work in IIS7 (virutal directory), but using cassini it works.
It used to work on my windows xp IIS also.
What could be the cause of this?
I am getting a 404 not found error when trying to access the httphandler’s page.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
IIS7 depends on the registration for HttpHandlers to be in a different location than usual. There is a section in system.web/webserver/handlers where you should be able to register your HttpHandler, as opposed to the standard system.web/httpHandlers
Hope that helps