我想設置SignalR,但我不能讓它工作。 我使用的版本SignalR-2.2.2用jQuery 3.1.1SIgnalR初始化問題
<script src="~/Scripts/jquery-3.1.1.min.js"></script>
<script src="~/Scripts/jquery.signalR-2.2.2.min.js"></script>
首先,我有X-Content-Type的選項問題。此選項設置爲nosniff,當我引用
<script src="~/signalr/hubs"></script>
我得到這個在Chrome:
Refused to execute script from '/signalr/hubs' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.
而在Firefox和IE類似的東西。 我不知道該怎麼做。 然後只是爲了測試我刪除了從Web配置添加X-Content-Type-Options然後我得到以下。
Uncaught SyntaxError: Unexpected token <
任何幫助,將不勝感激。
你確定你的hub容器正在運行嗎? – AlameerAshraf
你是什麼意思? – Naruto
包含您的集線器的服務器。它在運行嗎? – AlameerAshraf