Visual Studio 2013引入了一项名为BrowserLink的新功能。
我在VS 2013中创建了一个示例新的ASP.NET MVC项目,并且能够使用BrowserLink功能,该功能按预期工作。
所以我想在使用Visual Studio Premium 2013的现有项目中复制相同内容。但它不会按预期工作。连接数为零。我已与this link进行了核实,但仍然无法正常工作。
有几点需要注意:
在任何页面上运行应用程序并查看来源, Visual Studio无法创建
{
"appName":"Interne Explorer","requestId":"ecd0d25f2912471a8489c3faffe20e93"
}
反过来觉得它无法创建browserlink动态脚本。
答案 0 :(得分:0)
我不确定它没有指定的项目类型。但是,您可以在webconfig文件中调整browserlink
<configuration>
<system.webServer>
<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>
所以不管你的结局路径是什么。 html aspx只是改变 path =
如果这不起作用。确保您拥有正确的版本。不同的Visual Studio版本有不同的版本。所以vs2013更新2与vs2013的安装不同