windows service debugging
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.
pradeepsPosted Sep 8, 2004, 5:05 AM
madinewalaPosted Aug 30, 2004, 4:55 AM
spgilmorePosted Aug 27, 2004, 3:42 PM