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

后端 未结 4 1047
小鲜肉
小鲜肉 2021-01-18 02:09

This is the most strange problem I\'ve ever seen. I\'m using Visual Studio Enterprise 2015 Version 14.0.25425.01 Update 3 and developing .NET web applications. Today when I

4条回答
  •  失恋的感觉
    2021-01-18 02:36

    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.

    
    

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

    
        
    
    

提交回复
热议问题