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
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"/>