Mikhail,
I may be grasping at straws, but I'm having an on-again, off-again problem where the local version of my website won't run locally, even though it is an exact duplicate of the version that is running successfully on my live server. My website is the front-end to a back end database system, and I believe (I'm guessing) the reason it won't run (by that I mean it just returns my standard error page, not the server error page) is that it is not connecting to the backend database. I had this problem ten days ago for five days straight, and then suddenly it cleared up and worked fine for the next 3-4 days.
When I tried to do some debugging (though admittedly I don't know what I'm doing) I got a message associated with the first identified issue that said it couldn't do something because "Just My Code" debugger option was "on". I thought perhaps this meant it was only running my code and maybe not the code or the connections that are needed to access the backend database, in which case it returns the error message. Does that make sense to you, or does it mean/do something else? There's an SDK embedded in my site that comes from the back end data folks. I thought perhaps it was ignoring that in just my code mode, which would prevent it from working.
Other than this as a possible fix I'm stumped - I've tried disabling all firewall and norton items, I've tried doing an uninstall and re-install of VWD, but none of them seemed to fix it the first time (when it just suddenly worked) or this time I expect.
Jeff