My application was getting freeze for 15secs when it loads first time. I look into firebug and it shows Browser-Link. So I search, and found this SO post. I uncheck option of "Enable Browser Link" and my application works perfectly. I what are the pros and cons of removing Browser-Link? If I uncheck it, Would it stop application working as cross browser application? Pls help I'm new in VS2013.

Note: My application must run on any device or browser...

BROWSER LINK ISSUE

有帮助吗?

解决方案

Here is a link to a msdn blog what browserlink can do: http://blogs.msdn.com/b/webdev/archive/2013/06/28/browser-link-feature-in-visual-studio-preview-2013.aspx

So it help you with the development. You can refresh all your browser tabs (which have the application open at once). Also you get some live reload features when changing your css for example.

If you install the Visual Studip WebEssentials plugin you get tons of nice browserlink features. See the list here: http://vswebessentials.com/features/browserlink

You can inspect for example a dom element from your browser and web essentials will open the right Razor View. So it is really just a development thingy and has nothing todo with cross browser compatibility.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top