In web apps, there are these nodes and attributes:
<system.web>
<compilation debug="false" />
</system.web>
I had read that turning this off in a production environment improves performance. However, does this exist for non-web-apps like console apps? We use a console app to host services which make heavy calls to data layer operations and I am wondering if there's a way to tweak it to enhance performance any that we can.