Home > Net >  How to disable Browser Link in ASP.NET Core (.NET 6, VS 2022)
How to disable Browser Link in ASP.NET Core (.NET 6, VS 2022)

Time:11-17

I have disabled Browser Link inside Visual Studio 2022, and I have also disabled all the Hot Reload functionality.

Enable Browser Link is unchecked

Hot Reload settings are disabled

Even the Browser Link Dashboard indicates it should be disabled:

Browser Link Dashboard

I also do not use any of the app.UseBrowserLink(); code anywhere in my code. (as documented in image1

image2

  • Related