Home
Forums
New posts
Search forums
Articles
Latest reviews
Search resources
Members
Current visitors
Newsgroups
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Home
Forums
Newsgroups
Microsoft DotNet
Microsoft Dot NET Framework
Sessions for windows-service-hosted WCF service for Silverlight 3
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="eXavier, post: 13557671"] 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! [/QUOTE]
Verification
Post reply
Home
Forums
Newsgroups
Microsoft DotNet
Microsoft Dot NET Framework
Sessions for windows-service-hosted WCF service for Silverlight 3
Top