0

Just as the question states: When I add debug=true to my web.config (no other changes anywhere in the code) my page is rendered with no background colour.

Any explanation why this should occur?

1 Answer 1

1

It's possible that there is some code that is checking if compilation is in debug mode and makes web page run different.

Why to use it, for example for enabling some debuging details.

Try to search for something like IsDebuggingEnabled in project

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.