|
it
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Asp code in IIS6
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. Paramveer wrote:
Show quote > Hi, I've never run into this. If you get no answer heree, try the iis server > 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. > 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"
Show quote
"Paramveer" <Paramv***@discussions.microsoft.com> wrote in message Failure to create a directory is usually a permissions problem, check that 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. the account used as the app pool's identity has sufficient NTFS permissions in the parent directory. -Mark Show quote > Could you pls help me. > |
|||||||||||||||||||||||