When I launch the performance wizard, it opens Internet Explorer. But I want to use Google Chrome instead. Here is how I open the performance wizard. There is no menu for choosing browser.
Asked
Active
Viewed 77 times
1
-
why does it matter? This is server side performance, the browser doesn't matter – Liam Dec 08 '16 at 11:57
-
Possible duplicate of [Visual Studio opens the default browser instead of Internet Explorer](http://stackoverflow.com/questions/79954/visual-studio-opens-the-default-browser-instead-of-internet-explorer) – Peter B Dec 08 '16 at 11:58
-
it metters becouse for some reason,application doesn't work in internet exploler for now,but works in other browsers.Becouse of ajax function. – Faradey Inimicos Dec 08 '16 at 12:04
-
No it is not dublicate,in these quastion was asked about debug application browser,no about performane wizard. – Faradey Inimicos Dec 08 '16 at 12:05
1 Answers
0
You can attach it to a process. On the Performance Explorer:
- Right click on the project
- Attach/Detach
- Select what is running the project - w3wp.exe for IIS or iisexpress.exe for IIS Express. If you don't see any of them you should tick both checkboxes (Show processes for all users / Show Processes in all sessions

Davidson Sousa
- 1,353
- 1
- 14
- 34