Hosting WCF services
Posted
by Jayesh
on Stack Overflow
See other posts from Stack Overflow
or by Jayesh
Published on 2010-05-15T16:22:10Z
Indexed on
2010/05/15
17:24 UTC
Read the original article
Hit count: 408
wcf
Hi,
I have been working on a Silverlight app that consumes a WCF service. [on Visual Studio]
as a matter of simplicity I created a WCF service in the project itself [as-in I didnt host it in IIS, but let the build-in webdev server in VS do it for me]
It works well, now I want to deploy it on IIS 7.0, can you tell me If i would need to host the service independently and then the remaining stuff or if I just publish the website, the service would be hosted too and the Silverlight client would be able to communicate with the service.
Please help!
Thanks
© Stack Overflow or respective owner