I am currently implementing Health monitoring on my ASP.Net Web forms .NET 4.
It gives me below sections of details when there is an un-handled exception on my site.
I would like to also capture user agent details. is it possible? Can any one point me to the right source on how to achieve this? Also interested to know how can i capture this exception details in to my database, if the exception is not from database.
Well i found this on msdn, hope any one in need will get benifited with these links.