Is there a way to completely disable MiniProfiler in Release mode?
When I set umbracoDebugMode to false and compile the app in release I can still see MiniProfiler writing logs to the RuntimeCache, that's why I am sure it is running.
Idiot me, somehow I did forget about the compilation part. (and I've tested it locally without the web.config transform which removes the compilation node). And now it works as expected!
Disable MiniProfiler
Hi!
Is there a way to completely disable MiniProfiler in Release mode?
When I set umbracoDebugMode to false and compile the app in release I can still see MiniProfiler writing logs to the RuntimeCache, that's why I am sure it is running.
Hi Tobias
What exact version of Umbraco 7 are you using?
Have you
<compilation debug="false">
in the web.config as well?/Jan
Jan, you are my hero, as always!
Idiot me, somehow I did forget about the compilation part. (and I've tested it locally without the web.config transform which removes the compilation node). And now it works as expected!
Thanks :)
is working on a reply...