What permissions do I need to set to use Isolated Storage?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Bexm
    New Member
    • Sep 2007
    • 16

    What permissions do I need to set to use Isolated Storage?

    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
  • bala2it4u
    New Member
    • Jun 2007
    • 30

    #2
    Originally posted by Bexm
    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
    Right click the folder and relect property and for security tab and select Users<br> and give full permission to users

    Comment

    • Bexm
      New Member
      • Sep 2007
      • 16

      #3
      Originally posted by bala2it4u
      Right click the folder and relect property and for security tab and select Users<br> and give full permission to users
      It is already set as this, but this should not make any difference.. its the aspnet user I need to give permissions to something? Its the something that I don't know!

      Comment

      Working...