IsolatedStorageException: Unable to create the store directory

后端 未结 5 1160
隐瞒了意图╮
隐瞒了意图╮ 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:33

    If it's running on IIS and application pool identity is NetworkService, You can try to go to advanced settings of application pool and set "Load user profile" value to "True". Worked for me.

提交回复
热议问题