I Can run ASP, but can not access to MS Access Database, I am using dreamweaver, I can see the data when I test the connection, but as soon as I run IE or Firefox get this error,
Microsoft JET Database Engine error '80004005'
Unspecified error
I konw this is related to NTFS Permissions, I've tried every single step, to grant the permission for temp file,application pool, but still could not resolve the problem. Any idea?
Note: I tried these steps:
%windir%\system32\inetsrv\appcmd set config /section:applicationPools /[name='DefaultAppPool'].processModel.loadUserProfile:false
icacls %windir%\serviceprofiles\networkservice\AppData\Local\Temp /grant Users:(CI)(S,WD,AD,X)
icacls %windir%\serviceprofiles\networkservice\AppData\Local\Temp /grant "CREATOR OWNER":(OI)(CI)(IO)(F)