2
Answers

Server exception listener??

Jim

Jim

15y
2.5k
1
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
Answers (2)
0
Roei Bar

Roei Bar

NA 7.8k 0 15y
you can have a look on this :

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
0
Kirtan Patel

Kirtan Patel

NA 35k 2.8m 15y

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 :)