开发者

How to configure WCF Service with Https WindowsAuthentication?

I am trying to figure it out how to set configurations on my service and Silverlight client App to work on Secure Windows Authentication.

I have my service configured like this:

    <binding name="currentCustomBinding">

      <binaryMessageEncoding />

      <httpsTransport authenticationScheme="Ntlm" bypassProxyOnLocal="true" />

    </binding>

  </customBinding>

      <serviceMetadata httpGetEnabled="False" httpsGetEnabled="True" />

      <serviceDebug includeExceptionDetailInFaults="false" />

    </behavior>

  <service name=" OperationService" behaviorConfiguration=" OperationServiceBehavior">

    <endpoint address="" behaviorConfiguration=" OperationServiceBehavior" binding="customBinding" bindingConfiguration="currentCustomBinding" contract="OperationServic开发者_开发知识库e" />

  </service>

Any ideas? 10q

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜