E
eXavier
Hello,
We are developing Silverlight 3 client application and corresponding server.
The server is WCF service that needs to run without IIS. We host it in custom
windows service. Now we are facing problem how to handle sessions in the WCF
service because Silverlight allows only basicHttpBinding. (We use sessions
successfully with wsHttpBinding.)
Using basicHttpBinding, we found it is possible to use
aspnetCompatibilityMode when the WCF service is hosted in IIS. But the
requirement for us is to run it without IIS, so we need another approach.
Is there any possibility or best practice how to implement session support
for the 'basicHttpBinding', if the WCF service is hosted within the windows
service? Is there possibility to use custom binding fulfilling Silverlight
requirements but allowing sessions?
Thanks!
We are developing Silverlight 3 client application and corresponding server.
The server is WCF service that needs to run without IIS. We host it in custom
windows service. Now we are facing problem how to handle sessions in the WCF
service because Silverlight allows only basicHttpBinding. (We use sessions
successfully with wsHttpBinding.)
Using basicHttpBinding, we found it is possible to use
aspnetCompatibilityMode when the WCF service is hosted in IIS. But the
requirement for us is to run it without IIS, so we need another approach.
Is there any possibility or best practice how to implement session support
for the 'basicHttpBinding', if the WCF service is hosted within the windows
service? Is there possibility to use custom binding fulfilling Silverlight
requirements but allowing sessions?
Thanks!