Wcf

Discussion in 'Pre-sales questions' started by Guest, Nov 13, 2009.

  1. Guest

    Guest Guest

    With a subscription, can we publish WCF services? I want a series of WCF services as the back end to my ASP.NET MVC pages.
     
  2. FredC

    FredC Winhost Staff

    you should be able to use WCF on our server. Note that we only support HTTP binding.
     
  3. Guest

    Guest Guest

    Thanks for the prompt response!

    So I can set up my service with a binding of BasicHttpBinding, WsHttpBinding, or webHttpBinding?

    I'm interested in using webHttpBinding to create simple WCF services using REST.
     
  4. Ray

    Ray

    Yes 'webHttpBinding' should work.
     
  5. Guest

    Guest Guest

    Awesome!
     
  6. Guest

    Guest Guest

    customBinding

    Is this to say I'll be unable to use a custom binding such as:

    <customBinding>
    <binding name="EncodingBinding" receiveTimeout="00:03:00.000" sendTimeout="00:03:00.000">
    <gzipMessageEncoding innerMessageEncoding="textMessageEncoding"/>
    <security authenticationMode="UserNameOverTransport"/>
    <httpsTransport maxReceivedMessageSize="2147483647"
    maxBufferPoolSize="2147483647" />


    </binding>
    </customBinding>

    I really want to use compression, it's still an httpTransport, will this likely be a problem?
     
  7. ??Will WsHttpBinding work on Winhost
    ?
     
    Last edited by a moderator: Oct 14, 2015
  8. Ray

    Ray

    Yes it should.
     

Share This Page