Windows services – a nice way to develop, debug and install
Posted by Jon on 2009/04/16
2 comments
A nice way to develop sevices is to start your project with an ordinary console application. Within the console application you can swith input arguments. If there are no input arguments you can start the service and if there is for example “/test” you could do some processing or debug into some code. Some example [...]