Hi
What is the best way of debugging errors and doing a step by step debugging for windows services projects.
I have a service thats installed and running unders services, but everytime I need to make a change in a project I have to uninstall the service, make a change in the code and then install it back.
There has to be a better of way of testing or even making changes in the code without having to unistall and reinstall the services over and over again.
Thanks
-Sarah