问题
There are several similar questions but none of the answers seem to work. I have 3 different web sites (one page each) built using Visual Studio Express 2013 Web. They all use signalR. In fact one is the example SignalR.Sample that can be downloaded from Nuget. They all work on IIS Express. They all USED to work on IIS. They all give the above error on IIS using Internet Explorer set to debug. FireFox and Chrome just give the webpage without starting signalR. The exact same 3 sites work on IIS on a separate computer.
So I think it is my setup of IIS that has changed and is wrong.
Previous to the problem I had loaded Abyss Web Server to try to get the site running on that (I failed) and I had deselected IIS so that it could not possibly be interfering.
I have now removed Abyss and reinstated IIS making sure that ASP.Net and .Net 4 is being used.
Can anybody direct me where to look for the problem?
Just for the record I show below the jQuery files being loaded
<!--Script references. -->
<!--Reference the jQuery library. -->
<script src="Scripts/jquery-2.1.1.min.js"></script>
<!--Reference the jQuery.color library. -->
<script src="Scripts/jquery.color-2.1.2.min.js"></script>
<!--Reference the SignalR library. -->
<script src="Scripts/jquery.signalR-2.1.1.js"></script>
<!--Reference jonson2 for old Browsers script. -->
<script src="Scripts/json2.js"></script>
<!--Reference the autogenerated SignalR hub script. -->
<script src="signalr/hubs"></script>
<!--Reference the StockTicker script. -->
<script src="APRS.js"></script>
<!--Reference the sorting jquery script. -->
<script src="sorttable.js"></script>
来源:https://stackoverflow.com/questions/25003039/0x800a138f-javascript-runtime-error-unable-to-get-property-client-of-undefi