A Cause for HRESULT 0X80131468 when accessing IsolatedStorageBackingStore

后端 未结 4 1745
暗喜
暗喜 2021-01-19 17:23

The scenario I am facing is that I have an ASP.NET web service (.NET 3.5) running on an W2k3 server which is using the CacheManager/IsolatedStorage store to store a persiste

4条回答
  •  臣服心动
    2021-01-19 17:50

    On Windows 10 IIS Application Pool setting "Load User Profile" is True by default. But on Windows 2012 is False. Switching to True solved my issue.

提交回复
热议问题