Browser Link Visual Studio 2013 not working

前端 未结 1 1297
囚心锁ツ
囚心锁ツ 2021-01-07 14:44

I am new to VS 2013 and recently got introduced to a feature called Browser Link. I think it\'s an awesome feature provided by microsoft.

I am not able to get the c

相关标签:
1条回答
  • 2021-01-07 15:21

    To register the Page Inspector's Runtime add the following line to your web.config.

    <system.web>
        <compilation debug="true" targetFramework="4.5.1">
          <assemblies>
             <add assembly="Microsoft.VisualStudio.Web.PageInspector.Loader,Version=1.0.0.0, Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a"/>
    
    0 讨论(0)
提交回复
热议问题