ASP Fails with 500 Error

Posted by VinceM on Server Fault See other posts from Server Fault or by VinceM
Published on 2012-10-02T20:07:29Z Indexed on 2012/10/02 21:40 UTC
Read the original article Hit count: 183

Filed under:
|
|

We have a server setup as an IIS box and have some static pages with a few asp pages that handle the form submissions. The asp is really vbscript that sends a CDO message.

When moving these pages to the new server the form will not submit, it gives a 500 error and the following shows in Event Viewer:

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..

I can't seem to find any info on this anywhere... I was thinking it may have something to do with the fact that we created this server from an image of another server.

Thanks for your help in advance...

  • Vince

© Server Fault or respective owner

Related posts about iis

Related posts about asp