0

We are soon going to production and want to disable mini-profiler. We have set: umbracoDebugMode=false and trace enabled=false in web.config transform.

I can confirm that these values are being set in web config upon release but when I browse to site I can see results from the StartupProfiler url (site.com/mini-profiler-resources/results)

I think we are missing something :)

Grateful for any help

1 Answers1

0

Are you building in release mode and/or setting

<compilation debug=“false”>

in web.config?

Jannik Anker
  • 3,320
  • 1
  • 13
  • 21
  • Thx for the response. Yes , compilation debug is set to false but I don't biuld in release mode. Maybe that's the issue, right? – Fredrik Jan 28 '22 at 18:18
  • I rebuilt in release mode and set the above parameters but still same result. I can still se StartupProfiler results – Fredrik Jan 29 '22 at 17:35