how do I grant a user the LogOnAsService right for a service? I need to do this manually, in the services.msc app I can go to the service, change the password (setting the same that there was before)
can someone let me know how to run a long running process from a windows service (in C#)? the process may take hours to finish. the service should check the database for any pending jobs to execute. e
I have a windows service application developed in C#. The same service needs to be run with different config files. To run on these on the same machine I would need to c开发者_开发问答hange the name o
I\'m creating a watch dog service that will be monitoring other services on various remote servers (all in the same domain). The user that I\'m using to connect to the remote servers is not an admin.W
i have two questions: can win开发者_如何学Godows services register to receive SENS network events because my service just stops when i try to do it.
I have heard that you can host non-web based applications in IIS7 similar to windows services. Basically I want a C# app that is just a process running开发者_如何学运维 all the time to perform a speci
I have two pieces of Windows technology which I\'d like to plumb together: a TSP (a TAPI service provider) and an API wrapped around some hardware. The API accepts requests synchronously but returns s
I want to create a Windows Service that tracks if the A/C power adapter is plugged in or not. For that, I am trying to build Windows Service as below:
I have to develop a applicat开发者_高级运维ion in .net technology which calls an external service which returns some data which will be stored on server.
I\'ve got a WCF service operation that just does a LINQ query on a SQL database, looking up 1 of 35 records that have a matching Guid (it\'s really as simple as it gets). When I call this method from