in

ASP.NET Weblogs

Ian Stallings: web log

official chicken™

Debugging Windows Services

For anyone working on a windows service using .Net I advise you to read this article first. It will help you debug your application and alleviate a lot of headaches. Good stuff.

Comments

 

Allen said:

how do i get to the article you refer to
March 16, 2004 1:30 PM
 

Ian Stallings said:

March 16, 2004 2:53 PM
 

Benjy said:

It was alright. Its only common sense to put all the main code in a DLL and test it there.I had a different problem. i needed to debug the retrieval of configuration data in a DLL that was used by a WebService as well as a windows service. executing as a webservice worked fine and it picked up all the config data needed but i could not make it work from a windows service and needed to debug through the call from the windows service. In this circumstance the article was of no use.

cheers
August 5, 2004 1:20 PM

Leave a Comment

(required)  
(optional)
(required)  
Add