how to enable WCF Session with wsHttpBidning with Transport only Security

后端 未结 3 771
旧巷少年郎
旧巷少年郎 2020-12-03 09:04

I have a WCF Service currently deployed with basicHttpBindings and SSL enabled. But now i need to enable wcf sessions(not asp sessions) so i moved service to wsHttpBidnings

3条回答
  •  不思量自难忘°
    2020-12-03 09:44

    go to your IIS host and Right Click on your Application and choose MangeApplication and Advanced Settings and in Enabled Protocols add "wsHttpBinding".

提交回复
热议问题