App Monitoring

angula

Active member
Joined
Jul 11, 2003
Messages
35
I would like an app which runs on my server (as a windows service or windows application) and monitors my web application.

Specifically, I have a windows app which calls web services and passes username and password parameters. I would like my "console" app to show me users logged in and what they are currently doing (by function name called, for example).

I suppose I could tracelog each function and write to the Event Viewer but that would be most inflexible. Can anyone offer any suggestions on how this can be accomplished or point me in a direction?

Thanks!
 
Your web service application is going to have to expose this information somehow. A log file sounds like a good idea to me.
 
Back
Top