Today I learned about conditional compilation arguments or should I say heard.

I understand one use is for separating your production app from test!

Can somebody give me an example of how they would use this technique?

Can you somehow use it to control the use of a password as far as letting you in as administor but then on the production requiring a password?