Problem with WCF windows service
-
Hi All, I have created an WCF windows service. The service works fine when the service account is set to local system. But I want to access the service running in machine A, from machine B in the same network. I tried changing the service account to Network service in machine A. But I am not able to run the windows service with service account set to "Network Service". Can any one provide me the solution for this?
-
Hi All, I have created an WCF windows service. The service works fine when the service account is set to local system. But I want to access the service running in machine A, from machine B in the same network. I tried changing the service account to Network service in machine A. But I am not able to run the windows service with service account set to "Network Service". Can any one provide me the solution for this?
I assume that your two machines are part of a domain. If so, create a domain account and use that account to start up your services on the two local computers. They will now be able to communicate with each others. Also, when you say, access the service from machine a to machine b; are you speaking about the Windows Service itself or the WCF endpoints?
Cheers, Karl
» CodeProject 2008 MVP My Blog | Mole's Home Page | How To Create Screen Capture Videos For Your ArticlesJust a grain of sand on the worlds beaches.