My web.config file is on the root of the application space. My source code must be in another folder off the root. I also have namespaces defined in the web.config.
When I run the application it cannot find any of the namespaces that were defined, which is then causing all my @Register tag to crash.
How can I have the web.config in one location and my code in another?