I am using Windows 8 Pro
, Visual Studio 2012
and AnkhSVN
.
The problem is: when I update my solution using SVN, Windows, AnkhSVN, VS or anything else changes the permission of that file. So when I run the project I get permission denied.
I am working on an ASP.NET MVC3 project and using the local IIS 8 as my server.
I've researched and solved the problem by giving permission for my local users. But I don't want to do that for every time I update my solution.
What could be done to solve this problem? Thanks.