I want to create a unique folder for every user to upload image files into. I can get files uploaded to a general folder but when I try to create a new folder specifically for a new user I'm getting write permission problems.
My dev machine is Win7 and I'm using VS2013 with IISexpress. I can't find any configuration tools for IISexpress, just config files that I have not altered directly.
In Solution Explorer I looked at the properties of my project and there I could change from anonymous authentication to windows authentication. After doing this I found no difference.
I do not know the user to grant the permissions to via windows explorer and don't know how to find out as there doesn't seem to be a way to access IISexpress.
Any ideas?