-
Posted to
IIS7 - Classic ASP
by
arny1
on
11-20-2008, 10:49 AM
Error: The Template Persistent Cache initialization failed for Application Pool 'DefaultAppPool' because of the following error: Could not create a Disk Cache Sub-directory for the Application Pool. The data may have additional error codes..
-
Posted to
IIS7 - Classic ASP
by
arny1
on
11-19-2008, 12:42 PM
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 ...
-
Posted to
IIS7 - Classic ASP
by
arny1
on
11-18-2008, 2:46 PM
IIS7 Configuration?
NTFS Permissions?
Temp File?
DSN or DSN-less connection
Any idea?
-
Posted to
IIS7 - Classic ASP
by
arny1
on
11-17-2008, 10:13 PM
Thank you for your reply,could you explain, what steps should I take?
-
Posted to
IIS7 - Classic ASP
by
arny1
on
11-17-2008, 12:48 PM
Microsoft Office Access Database Engine error
'80004005'
what sould be NTFS Permissions?
-
Posted to
IIS7 - Classic ASP
by
arny1
on
11-17-2008, 11:58 AM
What should be the permission in a Vista - IIS7 system for Temp file? and ofcourse for intpub Folder!!!!!
-
Posted to
IIS7 - Classic ASP
by
arny1
on
11-17-2008, 11:54 AM
HTTP 500
this is related to NTFS permissions, what else should I change?
-
Posted to
IIS7 - Classic ASP
by
arny1
on
11-16-2008, 3:18 PM
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 ...