I have an application which is to be run on a webserver, and the purpose of the application is to automate a few tasks without any sort of user interaction. the applicatin is ready, but the problem is that it is a windows application and user will have to log in to the Web Server and keep it running, (by Locking the Server) which is not desireable. How do I convert my project to the Windows Service project withouth using any of the functionality ?