A Aaron Feb 3, 2005 #1 I have a web app written in c#. is there an universal way to all log errors (sql, asp.net, server errors...)? Thanks Aaron
I have a web app written in c#. is there an universal way to all log errors (sql, asp.net, server errors...)? Thanks Aaron
S Shawn H. Mesiatowsky Feb 3, 2005 #2 if you want an app, maybe look at Microsoft Operations Manager: www.microsoft.com/mom
G Guest Feb 4, 2005 #3 You should look into something called log4net which is an open source alternative. http://logging.apache.org/log4net/ We use that company-wide here with different departments and projects, and it's very extensible and customizeable. The configurations are xml based and immensely featurefull. Regards, Sondre Bjellås
You should look into something called log4net which is an open source alternative. http://logging.apache.org/log4net/ We use that company-wide here with different departments and projects, and it's very extensible and customizeable. The configurations are xml based and immensely featurefull. Regards, Sondre Bjellås
C Chris Dunaway Feb 4, 2005 #4 In addition to the other responses, check out the Micorosft Enterprise Library. It features a logging block that has many features. Here's the link: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnpag2/html/entlib.asp
In addition to the other responses, check out the Micorosft Enterprise Library. It features a logging block that has many features. Here's the link: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnpag2/html/entlib.asp