Click here to Skip to main content
15,894,295 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,
I have one windows services which provides services to client machine using Remoting. Some time services hags and it does not provide request to client. when i see server health it looks good, like Memory and CPU usage and n/w usage. In services.msc it is also running. DB also look good.
Can some one suggest how to troubleshoot. Quick response will be appreciated.

Thanks
Rupesh Kumar Pandey
Posted

Try putting some debug logging into the code and see where it hangs.
 
Share this answer
 
As the responder said, you need to debug the service. Read this: Debug Windows Services[^]
There are other good links as well..
debug windows service[^]

Hope this helps!
 
Share this answer
 
v2
Since this is your service is your responsibility to add logging capabilities to it to be able to solve this type of problems.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900