SQL Monitor 10.1.5 timing / debug option left on?
AndyHodge
Posts: 6 Bronze 1
Just upgraded to 10.1.5 and getting what looks to be a timing / debug screen displaying on the monitor?
Tagged:
Best Answer
-
jeremiahpeschka Posts: 5 Bronze 1Hey Andy,You found us outWe use miniprofiler internally to make performance visible to devs.This setting shouldn't have made it out in a release. You can turn it off today by going to the web.config file for your SQL Monitor web install (not the Base Monitor) and either updating the deploymentSettings element to contain profilerEnabled="false" or else adding a new deploymentSettings element with profilerEnabled="false". In the end, it should look approximately like this:
<deploymentSettings
profilerEnabled="false" />
Answers