Opening web apps in Incognito mode from Visual Studio

If you’re working on a web app in Visual Studio and want to launch it in Incognito mode to make sure you have a 100% reset state you can do this from the ‘Browse With…’ option which is next to the run button. From here you can add a browser with any supported launch switches you desire such as ‘–incognito’ (shown below) or perhaps ‘–disable-extensions’ to speed browser load time up.

We can see on Chromium based browsers that there is a lot of command line switches available and of course they can be combined.

Opening web apps in Incognito mode

Leave a Reply

Your email address will not be published. Required fields are marked *