3

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.

Server Info:

Windows 2008 R2 Datacenter SP1

Hosted on Amazon EC2

Thanks for your help in advance...

  • Vince
2
  • I've also tried to create another Application Pool to no avail... Commented Oct 3, 2012 at 19:01
  • having same problem with an old asp shopping cart, site works for 10-15 minutes then 503. The folders mentioned in the answer not exist on the server Commented Dec 26, 2014 at 20:26

1 Answer 1

1

I think this has to do with some permission settings, check if IIS_WPG and NETWORK SERVICE has access to the following folders:

  • %systemroot%\Help\IISHelp\Common
  • %systemroot%\System32\Inetsrv\ASP Compiled Templates*
  • %systemroot%\IIS Temporary Compressed Files
1
  • 4
    None of those folders exist Commented Oct 3, 2012 at 18:57

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.