Hi
I developed a Windows Application. Now I want to run it as a windows Service . Is there any facility to run the application as a service.
Please tell me.
Thanks in Advance.
Ramu Medida
Hi
I developed a Windows Application. Now I want to run it as a windows Service . Is there any facility to run the application as a service.
Please tell me.
Thanks in Advance.
Ramu Medida
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Mahesh ChandPosted Feb 26, 2007, 2:32 PM
SkyPhyPosted Feb 26, 2007, 11:02 AM
--> http://www.firedaemon.com/
i din't try, but maybe the following articel can help you.
http://www.codeproject.com/system/xyntservice.asp
btw: it#s quite simple to build your .net applications to run as a service. (simple select Windows Service when creating a new project with VS2005). Then just google around on how to install the service ;)