We have a windows service (in .NET) that will write a f开发者_运维技巧air amount of messages to a log.
We have service developed in Visul Basic .NET. This service utilizes some COM objects provided by SAP to access SAP database. This has been wo开发者_运维百科rking fine till yesterday. On this Sunday,
How can I 开发者_开发百科know, by using C++ code, which user runs a specific service? The program I need to write might run under a local administrator account, so I guess there won\'t be permissions
I have a problem that probably is not unique, but certainly does not seem to be widely reported. I need a method to ping a windows service that will tell me if it has stalled out, even if windows is
I am working on a project that is a very large central media repository that uses Azure storage to house all of our external binaries that will be cosumed by 3rd party applications.We have the app wor
hey guys, I\'ve followed some tutorials online regarding creating and installing a windows service and seem to keep getting into a bind. I followed the tutorial here and it while it seems to be workin
Wondering if there is a performance difference between letting a long running process hang in asp.net vs running the process via a windows service.I have done this once before and the windows service
Processes launched via Process.Start seems to have around a 26-second delay when the spawned process (the \"child\") launches more new processes (the \"grandchildren\") - I\'m trying to find a way to
I want to develop a windows service which will be accepting a datatable from an aspx page.Both the windows service and the website are hosted on same machine.
Edit For anyone having an issue, it turns out to be, as usual, a simple problem to solve.The keys need to be installed under the service account.Log on to the workstation under the service account, in