Asp code in IIS6

Asp code in IIS6

am 23.11.2007 15:01:01 von Paramveer

Hi,
I am getting this error every thime I execute my Asp code in IIS6.

"App_POOL is the name of the application pool I am using".

Error mentioned below.
Error: The Template Persistent Cache initialization failed for Application
Pool 'App_POOL' because of the following error: Could not create a Disk Cache
Sub-directory for the Application Pool. The data may have additional error
codes..
For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.

I have tried options like mentioned in the link below.
http://support.microsoft.com/?id=842493

"Network services" is the identity of App pool.

"Integrated windows Authentication" is selected for virtual directory.
Anonymous is unchecked.

Could you pls help me.

Re: Asp code in IIS6

am 23.11.2007 16:37:44 von reb01501

Paramveer wrote:
> Hi,
> I am getting this error every thime I execute my Asp code in IIS6.
>
> "App_POOL is the name of the application pool I am using".
>
> Error mentioned below.
> Error: The Template Persistent Cache initialization failed for
> Application Pool 'App_POOL' because of the following error: Could not
> create a Disk Cache Sub-directory for the Application Pool. The data
> may have additional error codes..
> For more information, see Help and Support Center at
> http://go.microsoft.com/fwlink/events.asp.
>
> I have tried options like mentioned in the link below.
> http://support.microsoft.com/?id=842493
>
> "Network services" is the identity of App pool.
>
> "Integrated windows Authentication" is selected for virtual directory.
> Anonymous is unchecked.
>
I've never run into this. If you get no answer heree, try the iis server
group: .inetserver.iis

--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"

Re: Asp code in IIS6

am 26.11.2007 07:36:33 von mmcginty

"Paramveer" wrote in message
news:A7B317EB-029B-4967-B448-CB0D2DE4F772@microsoft.com...
> Hi,
> I am getting this error every thime I execute my Asp code in IIS6.
>
> "App_POOL is the name of the application pool I am using".
>
> Error mentioned below.
> Error: The Template Persistent Cache initialization failed for Application
> Pool 'App_POOL' because of the following error: Could not create a Disk
> Cache
> Sub-directory for the Application Pool. The data may have additional error
> codes..
> For more information, see Help and Support Center at
> http://go.microsoft.com/fwlink/events.asp.
>
> I have tried options like mentioned in the link below.
> http://support.microsoft.com/?id=842493
>
> "Network services" is the identity of App pool.
>
> "Integrated windows Authentication" is selected for virtual directory.
> Anonymous is unchecked.

Failure to create a directory is usually a permissions problem, check that
the account used as the app pool's identity has sufficient NTFS permissions
in the parent directory.


-Mark


> Could you pls help me.
>