How can I debug windows services? I cannot lunch the service from the Visual Studio - first I need to install the service using InstallUtil.exe and then I can start the service from the Windows Services Administrative tool.
Currently I am Attaching my Solution to a running process from Visual Studio Debug tab after starting the service from the Windows Services Administrative tool) .
Is there a more convenient way to do so, or maybe there is a way to configure the service to be self installed (as I run the project from the IDE)?
