Add the private mode of the browser to VS, and the private mode of the browser
Note: When VS is used for Web development, it is often hoped that VS debugging will not have a fixed impact on the browser, so it is necessary to start it in the private mode of the browser.
Scott hanselman shared a tips on developing Web applications a few days ago, that is, how to add the private mode of the browser to.
Select "Browse With…" from the debug drop-down menu of ..." You can add your own custom configurations.
For Chrome, "-incognito" is added when setting parameters. For Firefox and IE, "-private" is added ".
Although the article is simple, it is very useful. You can read the original article to view the detailed description of the illustrated text.
Address: http://www.hanselman.com/blog/VisualStudioWebDevelopmentTipAddChromeIncognitoModeAsABrowser.aspx