- In IIS, set "Require secure channel (SSL)" option for the site / virtual directory.
- In web.config, set
<bindings><basicHttpBinding><binding...><security mode="Transport">
. - In web.config, set
<system.serviceModel><behaviors><serviceBehaviors><behavior...><serviceMetadata httpsGetEnabled="true"/>
No comments:
Post a Comment