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