I have a very strange problem. I have two identical copies of my website. One on my C drive (which is where I do my development) and another on a network drive. The network drive contains all my completed work. I have been doing this for the last year without any problems. That is until today.
I decided to issue a rebuild command from VS 2005 on the network copy of the website (I do this often to both my local copy and the network copy). For some reason on the first (and only the first) execution of my network copy of the website I get some funky errors after a re build. So far I have found two errors that I cannot figure out.
1. A logo in my images folder fails to display.
2. I have a popup screen that is generated via Javascript. This popup throws a configuration error.
What makes this even more puzzling is that if I immediately re run the site without and changes everything works fine. This problem does not happen to the local copy of my website.
Any help would be much appreciated.
Thanks