Visual Studio 2022 - Disable just auto browser refresh while hot reload being enabled
14:24 27 Jul 2022

I'm developing an ASP app on Visual Studio 2022. Hot Reload saves a lot of time but it has an additional feature on Visual Studio that automatically refresh the browser after applying changes. As most of my app requests are Ajax based, I can resend a request without refreshing the page while refreshing the page has some side effect like clearing the form inputs.

I want Hot Reload to be enabled but only disable this browser automatic refresh.

asp.net visual-studio hot-reload