|
-
December 7th, 2010, 09:08 PM
#1
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
-
December 7th, 2010, 11:37 PM
#2
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?
Last edited by Arjay; December 7th, 2010 at 11:40 PM.
-
December 8th, 2010, 03:13 AM
#3
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.
- Make it run.
- Make it right.
- Make it fast.
Don't hesitate to rate my post. 
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|