Monday, August 10, 2009

ASP access 'unspecified error' or 'network error' in Vista - SOLUTION

8004005 disk network error or Unspecified error in vista


Make sure you sort out IIS_USRS permissions but you also need to turn off loadUserProfile on the defaultapppool in Vista (or whichever app pool you are using)


%windir%\system32\inetsrv\appcmd set config /section:applicationPools /[name='DefaultAppPool'].processModel.loadUserProfile:false

is the command you need - note that you need to run Command Prompt as administrator to get it to run

 

No comments:

Post a Comment