3
Answers

windows service debugging

jeffrey.ramsey

jeffrey.ramsey

20y
1.8k
1
Good articles in here about writing a Windows Service in C#, but what about debugging them in Studio .NET 2003? I can disable the service installation code and treat it all like a console app, but I can't really debug the final service if it's installed as a service and it exhibits problems. Any suggestions? Thanks.
Answers (3)