I've been searching for the solution for more than a month.
I tried every single step to connect and read Access Database in ASP pages.
%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)
I tried all of them, I also checked the permission, manually,and still no luck, Can anybody tell me exactly what should I do?
What are the permissions for the Database itself? who shiuld be the owner of the file? .....
Thanks