Hello,
I got solution which include WinForm app and WFServiceLibrary projects (Both of them sets as a sturtup project)
When I'm running it from the VS2008 the both of them working just fine and the client can access to the host services (my solution).
The problem is that when I'm runing the exe file it seems like my WCF not running in the background, I can't see the "WCF Service Host" and my client unable to recognize the remote host.
I'm trying to figure how to resolve this problem.
Thanks' in advance..
Lior
Loading
DiasparkDotNet DiasparkDotNetPosted May 12, 2009, 8:10 AM
Switching hosting mechanism from self hosting (stand alone) of the WCF Services to IIS hosting may solve the problem. Create a Website in the IIS and map the WCF library which will be consumed by client.
Also make sure client config is pointing to the correct Service Url.
Let us know if this one helps.
Thnx