please make sure that the C:\Documents and Settings folder have the read/write permission for NETWORK SERVICE user and IIS_IUSRS
your application pool should be run under NETWORK SERVICE or Local System.
The IIS_IUSRS I meant here is the user you used for your application authentication in IIS, can be checked by clicking the Authentication icon of your web application in IIS on the Anonymous user
If this post was useful to you, please mark it as correct answer.
mim
Member
60 Points
146 Posts
Unable to create the store directory. (Exception from HRESULT: 0x80131468) on windows server 2008
Jul 26, 2012 07:24 AM|LINK
I don`t really know if this the right forum to ask the question:
My application was working fine until I have migrated to windows server 2008. I am having the error message:
Unable to create the store directory. (Exception from HRESULT: 0x80131468)
I want to grant at least Modify permissions for the Network Service account to "C:\Documents and Settings\Default User\Local Settings\Application Data\IsolatedStorage" as per http://stackoverflow.com/questions/3242102/a-cause-for-hresult-0x80131468-when-accessing-isolatedstoragebackingstore?rq=1. But I am having denied access to the Documents and settings folder as I am uisng Windows server 2008. How do I achieve the above?
Mudasir.Khan
All-Star
15346 Points
3142 Posts
Re: Unable to create the store directory. (Exception from HRESULT: 0x80131468) on windows server ...
Jul 26, 2012 08:07 AM|LINK
sorry, not able to get what do you mean by
if you grant the permission this problem should be resolved
mim
Member
60 Points
146 Posts
Re: Unable to create the store directory. (Exception from HRESULT: 0x80131468) on windows server ...
Jul 26, 2012 08:30 AM|LINK
How do I change the folders settings when the access is denied to C:\Documents and Settings ?
gnoix
Member
232 Points
48 Posts
Re: Unable to create the store directory. (Exception from HRESULT: 0x80131468) on windows server ...
Jul 31, 2012 08:08 AM|LINK
please make sure that the C:\Documents and Settings folder have the read/write permission for NETWORK SERVICE user and IIS_IUSRS
your application pool should be run under NETWORK SERVICE or Local System.
The IIS_IUSRS I meant here is the user you used for your application authentication in IIS, can be checked by clicking the Authentication icon of your web application in IIS on the Anonymous user
ASP.NET Hosting & Windows Hosting Expert