Hi, I'm rendering a macro myself (using Server.Execute) the reason why isn't really important here. My issue is that while this works and spits out the HTML as desired it also includes the .NET tracing output even though umbDebugShowTrace isn't specified in the querystring.
Is there somewhere else this is specified in the Macro?
Nevermind, the issue is that tracing is enabled in the web.config and Umbraco must then enable/disable it at the page level based on the umbDebug query string values where-as I was simply creating a System.Web.UI.Page for my control rendering. I solved this by performing a similar check to Umbraco:
Macro and .NET tracing
Hi, I'm rendering a macro myself (using Server.Execute) the reason why isn't really important here. My issue is that while this works and spits out the HTML as desired it also includes the .NET tracing output even though umbDebugShowTrace isn't specified in the querystring.
Is there somewhere else this is specified in the Macro?
Cheers
Nevermind, the issue is that tracing is enabled in the web.config and Umbraco must then enable/disable it at the page level based on the umbDebug query string values where-as I was simply creating a System.Web.UI.Page for my control rendering. I solved this by performing a similar check to Umbraco:
is working on a reply...