Tagged Questions
1
vote
0answers
357 views
404 error on signalr/hubs and on jquery scripts
I've just started using SignalR with C#, seems intresting.
I've created an ASP.NET Empty Web Application and followed the tutorial mentioned below
I found Getting Started with SignalR tutorial on ...
0
votes
0answers
98 views
SignalR disconnect being called randomly
Firstly, we are working with SignalR version 0.5.1.10822 and in the current agile sprint we're doing don't have the option to upgrade to the very latest version as we have our software on client site ...
0
votes
2answers
53 views
Termination caused websites executing no more
I had a perfectly well running asp.net mvc application and I was debugging message sending via SignalRand I decided to stop debugging and went to edit some code. However, there was an error saying ...
0
votes
0answers
92 views
SignalR error on server, not on dev machine
What i'm trying to achieve is to make a little multiplayer game for the new year and using (to learn) SignalR as communication method. On my development machine (windows 7, iis 7.5, asp.net forms 4.0 ...
0
votes
0answers
240 views
SignalR - works on Cassini an IIS Express but not on Windows 2008 with IIS 7.0
We've got SignalR running on a Silverlight 5 client.
It is working on our local machines under both cassini and IIS Express, but it isn't when we deploy the app to our dev server, which runs Windows ...
1
vote
1answer
601 views
SignalR not working on production server
I am tring to utilize a simple SignalR sample and from a reason I get the 404 code from the following -
<script src="<%= ResolveUrl("~/signalr/hubs") %>" ...
0
votes
0answers
185 views
Handling IIS Requests Current in a SignaR application?
I have a SignalR application running in production, where the enter code here Requests Current value exceeded 5000, rendering a 503 Service Unavailable error. So I updated the Aspnet.config with the ...
0
votes
1answer
611 views
Signalr 404 on IIS 7
I'm getting a 404 on my server (IIS 7) but everything works fine on my dev env (IIS Express). Any ideas what to check for? From this question it seems like the handlers are registered automagically, ...
12
votes
7answers
6k views
Signalr/Hub not loading in IIS 7 but working correctly in Visual Studio
I am working on a Web Application on the Asp .Net 4.0 framework that uses SignalR, having installed it from the Nuget package. When I debug or run the application without debugging locally it works ...