Hello all,
I just installed VS 2012 on a Win7 VM
I am trying to run ASP.NET sites and I have two situations:
If the files are actually on the VM, everything runs ok
If the files are shared (either as network drive, or as directory symbolic link) the IIS gives the following error:
Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
Parser Error Message: An error occurred loading a configuration file: Failed to start monitoring changes to 'Z:\Training\MainSite'.
Source Error:
[No relevant source lines]
Source File: Z:\Training\MainSite\web.config Line: 0
I would like to avoid having the site located on the VM.
Please let me know if somebody experienced the same errors ? (I am not interested in running Visual Studio inside the VM)