Problem with IIS 6.0 and ASP

Problem with IIS 6.0 and ASP

am 15.03.2005 20:23:03 von Pinochio53

i keep getting this error.
#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 have searched on the net for a fix for this and tried everything i can
think of, resetting the permissions on the folders, granting full control to
the IIS_WPG group, all to no avail. Can someone please help me. It is very
important that I get this fixed.

Re: Problem with IIS 6.0 and ASP

am 15.03.2005 22:09:33 von someone

That event is functionally benign, and there is a KB on it. What problem do
you think is attributed to it?

--
//David
IIS
http://blogs.msdn.com/David.Wang
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"Pinochio53" wrote in message
news:43EEC6E3-05AB-4B58-9227-B0641F1DBA06@microsoft.com...
i keep getting this error.
#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 have searched on the net for a fix for this and tried everything i can
think of, resetting the permissions on the folders, granting full control to
the IIS_WPG group, all to no avail. Can someone please help me. It is very
important that I get this fixed.

RE: Problem with IIS 6.0 and ASP

am 15.03.2005 22:23:05 von AlphanovaDevelopment

This kb article might help you to solve your problem
http://support.microsoft.com/?id=332097

"Pinochio53" wrote:

> i keep getting this error.
> #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 have searched on the net for a fix for this and tried everything i can
> think of, resetting the permissions on the folders, granting full control to
> the IIS_WPG group, all to no avail. Can someone please help me. It is very
> important that I get this fixed.
>

RE: Problem with IIS 6.0 and ASP

am 16.03.2005 23:01:05 von Pinochio53

i tried the solution described in that artice and it didnt work for me. i
thought maybe it was denying access to the "network service", but i tried
creating a user acc just for it and that didnt work either.

"Alphanova Development" wrote:

> This kb article might help you to solve your problem
> http://support.microsoft.com/?id=332097
>
> "Pinochio53" wrote:
>
> > i keep getting this error.
> > #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 have searched on the net for a fix for this and tried everything i can
> > think of, resetting the permissions on the folders, granting full control to
> > the IIS_WPG group, all to no avail. Can someone please help me. It is very
> > important that I get this fixed.
> >

RE: Problem with IIS 6.0 and ASP

am 17.03.2005 22:37:05 von AlphanovaDevelopment

There are 2 solutions please try one by one


1. Open IIS manager and expand application pools select the pool which gives
you an error message go to identity tab using properties, get the user name
and domain name

Then open the folder of C:\WINDOWS\system32\inetsrv\ASP Compiled Templates

Go to security tab and this user now stop the pool and start it.

This problem exists because by default iwam_computername user doesn't have
rights to write data.

2. Please follow this instruction

http://support.microsoft.com/?kbid=842493



"Pinochio53" wrote:

> i tried the solution described in that artice and it didnt work for me. i
> thought maybe it was denying access to the "network service", but i tried
> creating a user acc just for it and that didnt work either.
>
> "Alphanova Development" wrote:
>
> > This kb article might help you to solve your problem
> > http://support.microsoft.com/?id=332097
> >
> > "Pinochio53" wrote:
> >
> > > i keep getting this error.
> > > #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 have searched on the net for a fix for this and tried everything i can
> > > think of, resetting the permissions on the folders, granting full control to
> > > the IIS_WPG group, all to no avail. Can someone please help me. It is very
> > > important that I get this fixed.
> > >