IsolatedStorageException: Unable to create the store directory

后端 未结 5 1099
隐瞒了意图╮
隐瞒了意图╮ 2021-01-19 04:08

Hi I have to store some hidden information in Isolated space. For that I am using System.IO.Isolated class like

IsolatedStorageFile isf =     System.IO.Isola         


        
5条回答
  •  深忆病人
    2021-01-19 04:46

    How are you running this on the server? If you're running it as a service on the server, you may have a problem with the user assigned to run the service. Make sure you test with the same user you're using on the production server.

提交回复
热议问题