.net - Cannot implement Websockets instead of Long-polling in IIS 7.5 and Console -


i have implemented cross-domain signalr example using iis 7.5 , console listener (on port 8080) cannot transport use better long-polling.

in order add webbsocket support have followed instructions in hosting signalr application on windows 2008r2 , iis 7.5

however, since implementing cross domain call console application wonder if there have missed.

done far in iis

  • updated signalr application's web.config file.. [modules runallmanagedmodulesforallrequests="true"]
  • add reference json2.js library
  • added meta-tag in calling page.. [meta http-equiv="x-ua-compatible" content="ie=edge"]
  • using .net 4.0 (4.5) , integrated application pool
  • updated latest signalr of today (1.0.1)

the console using latest signalr references of today

console listening on port 8080: target framework: .net 4.5

any ideas of missing?

/cheers

you're missing iis8. read documentation on supported platforms: http://www.asp.net/signalr/overview/getting-started/supported-platforms


Comments

Popular posts from this blog

Change php variable from jquery value using ajax (same page) -

Pull out data related to my apps from Android Play Store and iOS App Store -

How can I fetch data from a web server in an android application? -