简体   繁体   中英

wcf and session asmx rewrite

I have a web service that uses Session. I want to rewrite it as an WCF that can be hosted outside IIS.

What is the best way to replace session using WCF that wont tie me to IIS in my rewrite?

You can use wsHttpBinding with Reilable Messaging and sessions which can be hosted outside IIS. Have a look here:

how to enable WCF Session with wsHttpBidning with Transport only Security

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM