I have an HttpHandler configured in my web.config file like so:
Registration of HttpHandlers is different for IIS7 than for previous versions of IIS. Specifically, you register the handlers in the web.config section named not in .
See this question for an example.