Click here to Skip to main content
15,891,136 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to deploy SignalR application in IIS 7.5?
I hosted the SignalR application in IIS 5.1. But the application isn't working on hosting. It works in local server via Visual Studio 2010.

The issue comes on the generation of hub.js in SignalR.

The script reference are as below:

XML
<script src="http://code.jquery.com/jquery-1.8.2.min.js" type="text/javascript"></script>

  <script src="Scripts/jquery.signalR-1.1.4.js" type="text/javascript"></script>

    <script src="/signalr/hubs" type="text/javascript"></script>

 <%-- <script src="<%= ResolveUrl("~/signalr/hubs") %>" type="text/javascript"></script>--%>
Posted

1 solution

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