gpt4 book ai didi

asp.net - Visual Studio 中的浏览器链接不起作用

转载 作者:行者123 更新时间:2023-12-02 04:48:22 29 4
gpt4 key购买 nike

我正在尝试使用 以 Debug模式启动我的 Web 应用程序 (asp.net MVC)浏览器链接 在浏览器期间启用编辑操作

但实际上当我尝试这样做时(浏览器链接不起作用,它要求我在 Web.Config 中注册页面检查器)

enter image description here

编辑

当我将以下内容添加到 web.config 时,什么也没有发生

<add key="VisualStudioDesignTime:Enabled" value="true" />
<add key="PageInspector:ServerCodeMappingSupport" value="Enabled"/>

我仍然看不到任何浏览器通过 连接浏览器链接

知道我已启用 debug=true在 web.config 中
<compilation debug="true" targetFramework="4.6" />

并且知道我已经卸载了 Web Essentials 包

enter image description here

最佳答案

在您的 web.config 中添加以下内容:

<appSettings>
<add key="VisualStudioDesignTime:Enabled" value="true" />
<add key="PageInspector:ServerCodeMappingSupport" value="Enabled"/>
</appSettings>

关于asp.net - Visual Studio 中的浏览器链接不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30962597/

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