CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Feb 2001
    Posts
    872

    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

  2. #2
    Arjay's Avatar
    Arjay is offline Moderator / EX MS MVP Power Poster
    Join Date
    Aug 2004
    Posts
    13,490

    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.

  3. #3
    Join Date
    Mar 2004
    Location
    Prague, Czech Republic, EU
    Posts
    1,701

    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
  •  





Click Here to Expand Forum to Full Width

Featured