Click here to Skip to main content
15,885,939 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
Hi i created a stans alone project using SignalR. Its working fine with visual studio 2012. I used dot net frame work 4 for this. But after hosting the application in iis7.5(server 2008r2) the signalR part not working. It giving the error, When i saw the client side debugged i got this
C#
"GET http://ChatApplication/chat/negotiate?_=1381730636439 404 (Not Found)"
. Please help me. How to host a signalR project in iis 7.5(server 2008).
Posted
Updated 22-Sep-17 9:08am
v2

I am have the same problem, the all solutions where i found not solves my problem.

Server:
Windows Server 2008 R2, .NET Framework 4.7, SQL Server 2008 R2, IIS 7.5 with all needed role services are installed.

App:
.Net Framework 4.5.2, SignalR 2, ASP.NET MVC and Web API


Application Pool Thread are killed trying to connect to SignalR.
 
Share this answer
 
There are 3 steps:

1.Update the Signalr Application's Web.config File

2.Update the Web Page that Uses SignalR

3.Set up Windows Server 2008r2 and IIS 7.5

Check below mentioned link for more details.

Hosting a SignalR application on Windows 2008r2 and IIS 7.5

I hope this will help to you.
 
Share this answer
 
v2
Comments
Selvakumar Gurusamy 14-Oct-13 3:26am    
I tried all this. But it does not solve the problem.
Member 11426392 4-Feb-15 6:15am    
hi selvakumar iam facing the same problem as yours .have u got any solutions for that.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900