Publishing a WCF 4 .Net web service

Discussion in 'Site Programming, Development and Design' started by wsyeager36, Jan 26, 2012.

  1. I've contacted Winhost about this and unfortunately, they basically don't have any idea what a web service is, much less publish one to their servers.

    I'm using Visual Studio 2010 SP1 with the .Net 4.0 framework. The service is a WCF 4 web service.

    I don't see any instructions on how to publish a web service to a Winhost server.

    I've already published my website, but I need to deploy a web service that my website uses.

    I need to be able to get my web service up on the site with the specific url address and identity nodes in the app.config file?

    Can someone please help me?

    <endpoint address="http://localhost:8732/Design_Time_Addresses/YeagerTechWcfService/YeagerTechWcfService/" binding="wsHttpBinding" bindingConfiguration="WSHttpBinding_IYeagerTechWcf Service" contract="YeagerTechWcfService.IYeagerTechWcfServi ce" name="WSHttpBinding_IYeagerTechWcfService">
    <identity>
    <dns value="localhost" />
    </identity>
    </endpoint>
     
    Last edited by a moderator: Oct 14, 2015
  2. Elshadriel

    Elshadriel Winhost Staff

  3. Last edited by a moderator: Oct 14, 2015

Share This Page