G'day,
I'm just looking at the way IIS7 reports Error Pages. There is an option under "Edit Feature Settings" that has "Detailed errors", which include most of the critical stuff the IT staff would need to resolve issues.
What is the easy way to use the global.asax page in a .net 2.0 web solutions "Application_Error" event to forward a "Detailed Error" to the software developement or IT management teams? (I'll be emailing it).
This way a user might see one option, which is set via the IIS Manager application, while the IT support team get forwarded the detailed problem. Is this the correct way to manage an ASPX application?
Secondly is it possible to use the IIS7 Logging feature to send all errors to a "Custom" SQL 2005 database? Does Microsoft supply an example .net solution to fast track this option.