I am catching errors in Application_Error in Global.asax and sending an email to developer. This is working nicely.
I would like to add some information about the page (such as Form information), but do not know how to get it.
I have access to Request.Form, but it does not have the same information as Page.Form.
Any ideas?
Go to the complete details ...