I'm setting up some health monitoring for an asp .net 2.0 app.
I'd like to be able to pick up the original web request object. I'd like to be able to inspect the headers sent through and if possible any post data.
I currently have a event provider that inherits from WebEventProvider, but this does only includes the HttpWebResponse data, not the request.
How might I go about this?