gpt4 book ai didi

javascript - 浏览器链接不起作用 VS 2013 Ultimate - 似乎 SignalR 不起作用?

转载 作者:塔克拉玛干 更新时间:2023-11-02 21:42:02 25 4
gpt4 key购买 nike

我做了一个简单的 ASP.net 空项目。添加了一些 Angular 脚本和 index.html。

我的web.config如下

<?xml version="1.0" encoding="utf-8"?>
<!--
For more information on how to configure your ASP.NET application, please visit
http://go.microsoft.com/fwlink/?LinkId=169433
-->
<configuration>
<system.web>
<compilation debug="true" targetFramework="4.5" />
<httpRuntime targetFramework="4.5" />
</system.web>

<appSettings>
<add key="vs:EnableBrowserLink" value="true"/>
</appSettings>

<system.webServer>
<modules runAllManagedModulesForAllRequests = "true" />
<handlers>
<add name="Browser Link for HTML" path="*.html" verb="*"
type="System.Web.StaticFileHandler, System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
resourceType="File" preCondition="integratedMode" />
</handlers>
</system.webServer>

</configuration>

我在 Debug模式下运行并且刷新链接浏览器被禁用。我右键单击查看源代码并查看注入(inject)的信号器脚本....

<!-- Visual Studio Browser Link -->
<script type="application/json" id="__browserLink_initializationData">
{"appName":"Internet Explorer","requestId":"b4525138f27448f4b328d597814217e0"}
</script>
<script type="text/javascript" src="http://localhost:4417/ecdc68cd047d49ad8af56a109101d4f7/browserLink" async="async"></script>
<!-- End Browser Link -->

但是,当我尝试在浏览器中运行信号器脚本文件的“http://localhost:4417 .....”链接时,它不存在。我应该看到一些 javascript 代码吗?

最佳答案

在Web.Config中添加标签

<appSettings>
<add key="vs:EnableBrowserLink" value="false"/>
</appSettings>

关于javascript - 浏览器链接不起作用 VS 2013 Ultimate - 似乎 SignalR 不起作用?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35068255/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com