My production app dlls are in the top level "bin" directory.
I'd like to have a test app sitting side by side, where the test version can point to an alternate "bin" directory with different dlls.
Can this be done?
I've tried using:
<probing privatePath="bin\debug" />
in the web.config file and it didn't help.