Hello
I am running and asp.net web app and have this line of code:
IsolatedStorage File.GetUserSto reForAssembly() ;
When it is run I get this error:
Unable to create the store directory
I know this is a permission issue, because when I impersonate an admin user it works.
I have the aspnet user set with full permissions on the directory the website is in but it doesn't appear to make a difference, so I am wondering where I need to set the permission? As I don't actually know where it creates the directory for the isolated storage.
Thanks in advance
Becky
I am running and asp.net web app and have this line of code:
IsolatedStorage File.GetUserSto reForAssembly() ;
When it is run I get this error:
Unable to create the store directory
I know this is a permission issue, because when I impersonate an admin user it works.
I have the aspnet user set with full permissions on the directory the website is in but it doesn't appear to make a difference, so I am wondering where I need to set the permission? As I don't actually know where it creates the directory for the isolated storage.
Thanks in advance
Becky
Comment