Data Browser - Viewing Site  Sector 23 Code Bank Logged in as:  Guest  




           


MVC Application adding too many requests to Fiddler
A new VS 2015 MVC application fills fiddler with debug calls similar to /vshub/..../DataWarehouseModule/... or browserlinksignalr
This is because the diagnostic tools are tracing memory/CPU usage.

To remove, while in debug mode:
Go to Debug/Windows/Show Diagnostic Tools
At the top, open the Select Tools dropdown.
Uncheck "memory usage" and "CPU usage".

Then under the 'refresh' button drop down, uncheck 'Enable Browser Link'
Restart your debug session.

To put it back, re-select above items.

Created By: amos 9/14/2016 10:50:07 AM
Updated: 4/19/2017 4:52:08 PM