0

Can I integrate ASP.NET SignalR (not .NET CORE SignalR) with .net framework 4.5 and WCF REST and Windows server 2012 R2.

Can I use any of the versions? SignalR or SignalR-2?

Kasun
  • 196
  • 1
  • 14

1 Answers1

1

I run that same stack with no problem. Check the supported platforms which are documented.

Frank M
  • 1,379
  • 9
  • 18
  • It doesn't have windows server 2012 R2. It has windows server 2012. Does R2 version has an impact on running SignalR? – Kasun Jul 27 '19 at 15:16
  • Not that I am aware of. I run 2012 R2 with SignalR with no issues. – Frank M Jul 29 '19 at 12:02