I\'ve got a conditional compilation symbol I\'m using called \"RELEASE\", that I indicated in my project\'s properties in Visual Studio. I want some particular CSS to be app
I recently discovered that you can simply test:
HttpContext.Current.IsDebuggingEnabled
in Views, which saves you checking symbols in other parts of your app.