I'm experiencing problems installing my signalr app on a balanced environment
My scenario is this : WPF app -> F5 Balancer -> Services hosted on IIS 7 Win 2008 R2. No backplane configuration, basically my app is a Server to client ticker, so only the server will communicate with connected clients
I read a lot around forums:
I've configured machine key on servers
I've configured server traces (no files were created on web app folder)
SignalR ping works (http:<mydomain>:8081/signar/ping
)
SignalR hubs are shown (httpd:<mydomain>:8081/signar/hubs
)
every time client start connecting I see from Fiddler :
http://<mydomain>:8081/signalr/negotiate?clientProtocol=1.4&connectionData=%5B%7B%22Name%22:%22AgentsHub%22%7D%5D
I get :
HTTP/1.1 500 Internal Server Error
Content-Length: 0
Server: Microsoft-HTTPAPI/2.0
Date: Thu, 14 May 2015 09:57:54 GMT
Port 8081 is opened, signalr ping replies to me, on my laptop this scenario works.
I don't know how to solve it.
Any suggestions ?
Many thanks