Closed. This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details and clarify the problem by editing this post.
I have a WCF service that is being hosted in a windows service and I can connect to it and consume its services just fine when using the same machine, but when I try to run my client on a remote machi
I want to use timers in my service. But I heard that timers cause deadlock issues. Suppose If I set my timer to start every 10 mins.
The endpoint at \'http://localhost:8731/Design_Time_Addresses/WCF/WCFService/\' does not have a Binding with the None MessageVersion.\'System.ServiceModel.Description.WebHttpBehavior\' is only intende
I am trying to map a network drive on to the server inside a windows service written in c#. I tried using net.exe with below code
I am referencing this answered question... I see that one can manually configure a service to restart using Services control panel. Is there a way to set these va开发者_运维知识库lues in code, either
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari
I have a server application Server.exe that listens on a TCP port and replies to clients that connect to it. Currently it is a Windows Forms applicat开发者_高级运维ion with GUI set for debugging (show
I have to create a website where users will upload the files and after that those files will be encoded with the help of an encoder exe. I want to know if I should integrate the file encoding log开发者
I\'ve run into a situation where I deployed a .Net (C#) service on a Win 2008R2 server.The service has a dependency on MSMQ.At shutdown it needs to send a couple of quick messages before terminating.T