Hi,
i am currently developing an asp.net mvc 2 web application and i would like to create new folders programmatically with access rights, in order to enable loged on users upload their image files.
My question has to do with how to assign write access using Directory.CreateDirectory function and assigning DirectorySecurity rules (meaning for which user should i enable user rights, etc...). Note that the hosting envirnoment uses IIS 7.
thanks in advance
...
Go to the complete details ...