Error when running WCF on standalone machine - "The specified domain either does not
Hello
I have a WCF service which works fine under domain environment and when the application is ported to a standalone machine, "The specified domain either does not exist or could not be contacted" (error shown in svclog after service hit from browser)
Unlike this here (http://stackoverflow.com/questions/2...in-the-browser), our service is hosted by WIN32 console app (not IIS hosted)
I Googled for some time, no luck ...
Any idea...? It'd be impossible to say "WCF don't work on standalone machines". That's impossible.
Another REF: http://stackoverflow.com/questions/1...or-wcf-service
Re: Error when running WCF on standalone machine - "The specified domain either does
What OS is the machine running? Also, are you capturing the exceptions for the ServiceHost.Open call in your console app?
Re: Error when running WCF on standalone machine - "The specified domain either does
Try to turn off all security and also check urls of endpoints for the domain name.