Have a webservice call from within a c# windows service. Service is behind an SSL cert. Certificate was registered into trusted root (password provided by provider).
Is there any things to take care of when running your process or executable as service.Things like silent logging.Critical error reporting scenarios? etc? How do you han开发者_StackOverflow社区dle it
I have a WCF service being hosted in a Windows Service (using techniques discussed here) and it works great. I\'m now writing a (VB.Net) frontend app that needs to call that service, but I don\'t want
How 开发者_JS百科to run a windows service project from visual studio. I am building a windows serivce in visual studio 2008, I have to always run the service from control panel and then attach the de
Using C#, how may I get the time remaining (before the elapse event will occur) from a System.Timers.Timer object?
I have a .Net service that uses SENS to detect when a user logs on or off. I\'m having two problems, though:
I开发者_运维知识库 created a Windows service and installed into users machine. That windows service is very important and I do not want to user can change its startup type to \"disable\".
I just created a simple .NET Windows service. My users are supposed to download it from my site and install it on their computers. So, from various forum posts (including this site) I know that in ord
I\'m new to windows services, so pardon the basic nature of this post. I\'ve been tasked with updating an existing service and had some questions about how they work and keep running in the backgroun
I have a Windows service that should run for all users that needs to know which user is currently logged in. I\'d like to write an app that gets started when a user logs in that will alert the service