I have a virtual directory just above the root of my web app that I use to store product images.
After I installed ELMAH for logging I realized images stopped working. This was due to ELMAH looking for its dll under productimages/bin folder.
After i created a bin dir and placed the dll images are now working
I don't like this as a long term solution though. Any idea why it is doing this and how to fix?