I've seen many answers regarding permission issues but could not find an answer to this. I am developing a MVC ASP.NET application using Visual Studio 2015 and integrated local IIS Express (v. 10, I guess). As a matter of fact I can read, write, create and delete files but can't create a new folder.
Who is the ASP.NET request identity in this environment?
Also note there is no possibility to add ASP.NET user to file permissions in my Windows 10 Professional.
Which is the present IIS Express user that it is allowed to write/delete files but not to create directories?
I also tried changing Windows Authentication
from disabled
(default) to enabled
in Project Properties plus several others modifications but none of them helped.
I am really stuck on this so thanks in advance for your time and consideration.