Reputation: 1496
I inherited Visual Studio 2010 Web Site solution.
The solution is pretty simple (but large), and only contains one project.
BUT when I copy the site to another location on my hard drive and try to build it, I get the following error:
Error 1 An error occurred loading a configuration file: Failed to start monitoring changes to 'C:\Development\SolutionFolder\app_code' because access is denied. C:\Development\SolutionFolder\app_code\web.config
Upvotes: 0
Views: 214
Reputation: 4585
Looks like some impersonation issue. Please check the local user permission on the app_code folder.
Upvotes: 1