You will be be redirected to the blog in a moment...

Or you can click the link below to proceed:
The provided URI scheme 'https' is invalid; expected 'http'. Parameter name: via

Programmer Question I am trying to make a WCF service over basicHttpBinding to be used over https. Here's my web.config: <service behaviorConfiguratio n="MyServices.PingRe sultServiceBehavior" name="MyServices.Pin gResultService"& gt; <endpoint address="" binding="basicHttpBi nding" bindingConfiguration ="defaultBasicHttpBi nding" contract="MyServices .IPingResultService" > <identity& ;gt; <dns value="localhost" /> </identity&am p;gt; </endpoint&am p;gt; <endpoint address="mex" binding="mexHttpBind ing" contract="IMetadataE xchange" /> </service& ;gt; ... <bindings& ;gt; <basicHttpBin ding> <binding name="defaultBasicHt tpBinding"> <security mode="Transport"& ;gt; <transport clientCredentialType ="None"/> </security&am p;gt; </binding& ;gt; </basicHttpBi nding> </bindings&am p;gt; ...

 

Want to be redirected immediately?
Register yourself at Ping.sg to get rid of this page and also to get your read counted as Pong.