Browser scrolls to the bottom of the page automatically on load in Localhost Browser scrolls to the bottom of the page automatically on load in Localhost google-chrome google-chrome

Browser scrolls to the bottom of the page automatically on load in Localhost


I've just had this and it is definitely Browser Link in my case. To disable this, you can add this setting to your web.config.

<add key="vs:EnableBrowserLink" value="false" />

As @Salman points out, this should live in the appSettings section:

<appSettings>    <add key="vs:EnableBrowserLink" value="false" /></appSettings>


I've experienced this problem too and it began for me yesterday. Same symptoms - happens locally but not if published.

A windows update was implemented yesterday - Update for Windows 7 for x64-based systems (KB2952664). I'm wondering if they are linked.

Disabling browser link works for me also


This was caused by a recent update to the Web Accessibility Checker extension. I've just released version 1.4.47 with a fix