SEWells
|
| Posted: 06/15/2003, 12:07 PM |
|
I've done several ASP projects with windows 2000 server and IIS 5.0 without problems. I have a new IIS6/Windows 2000 standard server setup and as I post even the demo code on the site, I'm getting a HTTP 500 error. It only seems to happen on project sub-directories as the root of the project runs fine. As I look into the server event logs I get this message:
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..
This appears to me to be a security privelage level setting issue in IIS6 but for the life of me I can't seem to find where this is set. Has anyone else ran into this?
|
|
|
 |
Admin – CodeChargers
|
| Posted: 06/15/2003, 4:14 PM |
|
Here’s a few ideas……
Are you running Norton Security?
Are you running Virus software with ‘Scripts’ enabled
Check:
IE6 -> Tools -> Internet Options -> Privacy -> Security level
Check:
IIS -> (right click on folder) -> Properties -> Directory Security -> Edit -> make sure that Anonymous Access is ‘un-checked’
Make sure you have ‘script source access enabled ect… in the ‘directory’ folder of IIS
Hope this helps
Admin – CodeChargers http://www.CodeChargers.com
|
|
|
 |
|