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?
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