Hi,
I posted this question here:
http://stackoverflow.com/q/19596592/14731
The container needs to be able to tell the Application whether it
is running in debug or release mode. The container needs to know this
information because it exposes extra resources in debug mode, and the
application needs to know this because it registers different
implementations in debug mode. Any ideas?
Gili