How do you use cloud databases? Take the survey.

SQL Monitor 10.1.5 timing / debug option left on?

Just upgraded to 10.1.5 and getting what looks to be a timing / debug screen displaying on the monitor?

Tagged:

Best Answer

  • jeremiahpeschkajeremiahpeschka Posts: 5 Bronze 1
    Answer ✓
    Hey Andy,

    You found us out :)

    We 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

Sign In or Register to comment.