- Go to project properties, tab "Web"
- Select Run External Program in the "Action" section.
- Paste or go to the path for Google Chrome (Mine is C: \ Users \ Chris \ AppData \ Local \ Google \ Chrome \ Application \ chrome.exe)
- In the command line argument field, put -incognito
If you want the browser to open a specific page, you need to configure Visual Studio Development Server to use a specific port (for example, 4066), and then change the command line arguments to include this address, for example: -incognito localhost: 4066 / Default.aspx
Incognito mode should prevent caching between sessions and even tabs.