I have a windows service that needs to perform some actions on \"user activity\" (mouse move, keyboard clicks) and on \"user inactivity\" (no mouse move / keyboard clicks for some time). Since service
I am running a Windows service under the Administrator account and I would like to find out who is the currently logged in user. It will be different from the account the service is currently running
I have a custom console command, which if executed in command prompt just displays some text in the command window (similar to \'dir\' command).
I\'m attempting to use MsDeploy runCommand provider to uninstall and reinstall a Windows service during an automated deployment.
I have a question regarding the Impersonation on WCF. I\'d like to connect to a DB on a WCF Windows service that is called by a client application. The connection to the DB should be done using the ac
When a windows service is setup its run under a default network service logon. If I am debugging a windows service project from Visual Stduio, what logon credentials does it use? Also is there anyway
I am building (yet another) Windows Service, using TDD and Moles.This projec开发者_运维问答t includes extensions to System.Dagnostics.EventLog, tot include details of the input parameter Exception obj
please look into the below code using System; using System.Collections.Generic; using System.Diagnostics;
I have a windows service that I need to migrate to onto Azure as a Worker Role.Everything builds fine in my Azure solution.However, when I upload everything only the web role starts.The worker role in
I want to create a service that would listen to few Rss feeds and parse new feeds to jSon for further use. Is it possible to observe to feed c开发者_如何学Changes and if yes then how?