【发布时间】:2015-09-06 21:07:33
【问题描述】:
我正在尝试使用 Browser Link 在浏览器期间启用编辑操作以调试模式启动我的 Web 应用程序 (asp.net MVC)
但实际上当我尝试这样做时(浏览器链接不起作用,它要求我在 Web.Config 中注册页面检查器)
编辑
当我将以下内容添加到 web.config 时,什么也没有发生
<add key="VisualStudioDesignTime:Enabled" value="true" />
<add key="PageInspector:ServerCodeMappingSupport" value="Enabled"/>
我仍然看不到任何浏览器通过 Browser Link
连接知道我在 web.config 中启用了debug=true
<compilation debug="true" targetFramework="4.6" />
并且知道我已经卸载了 web essentials 包
【问题讨论】:
-
你能做到吗?面临同样的问题
标签: asp.net asp.net-mvc visual-studio-2013 browser-link