I am using the <deployment retail="true"/>
setting in my machine.config
.
This is per ScottGu's (and others') advice:
However, I am running both dev and production on the same box. For dev, I want to be able to Trace while preventing it on the production site. My initial research indicates that <deployment>
can only apply to the whole machine, but I'd like to be wrong.
Has anyone successfully configured <deployment>
for specific sites, but not others, on the same server?