I am working on a site that I'm writing that is hosted on a server outside my network (DMZ). I am able to browse to it by IP and have Administrator access to it. I can create a New Website, edit it, compile it, debug it, everything just perfect.
One of my other programmers opens the site through "Open Website", navigates to the \\servername\share\inetpub\wwwroot\projectfolder and it opens ok. Now, when they try to open it / build it / debug it, they can get one or more of a ton of different errors.
A. The specified network name no longer exists. (this appears when you try to open a file, it goes away after a time or two of trying to open a file)
B. The server cannot access the application directory.
C. ~ does not exist or is not accessible because of security settings ~
D. Failed to start monitoring changes to...
I got all these errors in a single 3 minute span trying to do different things. If I tried the same thing (debug for instance), I'd get B, C, and D, interchanging, seemingly at random. A happens only when trying to open a file (100% of the time the first time i access a file, about 50 - 60% after that)
Also, if I have Project1 open from the wwwroot folder and the other developer has Project2 folder open as well (two different applications in IIS, both under wwwroot) we both start getting tons of "This file has been changed, would you like to reload it", even though we're working in separate folders. Confusing.
I've searched all over here and haven't found any solutions or anyone that has had similar issues. Would anyone care to take a stab at what might be happening here?
Thanks!