Often due to backup issues, our desktop profile is setup to store all profile details (including documents) on a share location. The benefit of this is two fold 1. It gives you roaming profile. You can logic from any desktop or even remotely, and you have access to all your personal documents 2. All your personal documents are backed up on a shared server. So if your desktop crashes or your laptop is stolen, still you have all your documents on the shared server. However as a developer using Visual Studio to develop web application, this presents some problems. By default the security policy on windows doesn't trust the files on a network share. So when you create or open a project from your My Documents/My Projects folder, Visual studio shows "The Project Location is Not Trusted" Dialog Box. Even worse if you try to debug the web application stored on a network share, you get an exception "An error occurred loading a configuration file: Failed to start monit...
Sharing the unusual problems and solutions while developing applications using .Net. and AWS