Questions tagged [reliable-secure-profile]

4 questions
6
votes
1 answer

Javascript implementation of WS-I Reliable Secure Profile

I'm using the .NET 4 server side implementation of Reliable Secure Profile for HTTP/S push and want to know if there is a JavaScript client available.
makerofthings7
  • 60,103
  • 53
  • 215
  • 448
2
votes
1 answer

Server side WCF (.svc) service stops working after exception

I'm using a duplex ReliableSecureProfile in WCF and the server will stop listening to new requests if an exception occurs on any client. How can I make the server more resilient to failures that happen to any single client? Everything works again…
makerofthings7
  • 60,103
  • 53
  • 215
  • 448
1
vote
1 answer

Custom binding element can't be loaded in WCF under IIS, however it can load under WCF Self-Host

I'm able to run the WCF-SecureProfile sample that comes with the MSFT WCF samples download (http://msdn.microsoft.com/en-us/library/ee818238.aspx) However I can't port this server component to IIS. I get the error…
makerofthings7
  • 60,103
  • 53
  • 215
  • 448
1
vote
1 answer

Migrating HTTP-Push technology "Reliable Secure Profile" to Azure

I'm looking at this WCF sample on HTTP push and want to move this long-polling approach into Azure. What considerations would need to be taken? Would I need to create a custom synchronization context?
makerofthings7
  • 60,103
  • 53
  • 215
  • 448