Hello,
For some reason I'm experiencing that ProcessRequest is invoked 3 times per browser request in my HttpHandler. I'm using this to fetch documents from a database, and send them to the client. It's setup so every request to www.site.dk/documents/* is processed by this HttpHandler.
Any help would be appreciated.
Best regards.