Hi Everyone,
i was wondering if someone could help me out.
I need to develop an application that listens for all .net exceptions that occur on a server and reports it to a simple database, flat file...
Could someone point me in the right direction? All i am coming up with on google is exception handdling in the application, when what i want is for this application to run independantly from everything else running on the server but listen and report what other applications caused an exception.
Thanks
i was wondering if someone could help me out.
I need to develop an application that listens for all .net exceptions that occur on a server and reports it to a simple database, flat file...
Could someone point me in the right direction? All i am coming up with on google is exception handdling in the application, when what i want is for this application to run independantly from everything else running on the server but listen and report what other applications caused an exception.
Thanks
Roei BarPosted Oct 21, 2009, 4:01 AM
this is an amazing tool, totaly free that helps to monitor all your server needs
http://www.nagios.org/
there are plugins for it, to monitor CLR
Kirtan PatelPosted Oct 20, 2009, 11:37 PM
Friend,
This Article will help you in this task
take a look :)
http://msdn.microsoft.com/en-us/library/ms189583.aspx
and here is Article about how to Interprete that Error Codes you got
http://blog.sqlauthority.com/2007/04/25/sql-server-error-messages-sysmessages-error-severity-level/
and check "Do you like this answer" if it helped you :)