David
Sun Mar 12 22:27:04 CST 2006
In general, default installation of IIS6 just works... until you make
arbitrary security setting changes on the machine.
DCPROMO is an example of arbitrary changes. But so is Group Policy. Or any
other configuration changes you or your build automation made on the system.
As well as any other setup program running as Administrator can make.
Can you enumerate what those changes are? There is no way that one single KB
can address all those arbitrary ways a change can be made.
The two event log entries involve different technologies and different
directories, so I am not certain why solution to one automatically addresses
the other.
--
//David
IIS
http://blogs.msdn.com/David.Wang
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"kyusof" <kyusof@gmail.com> wrote in message
news:1142217717.299734.234210@v46g2000cwv.googlegroups.com...
> I've got this message on my application log :
>
> Source : W3SVC-WP
> Error Message : The directory specified for caching compressed content
> %windir%\IIS Temporary Compressed Files is invalid. Static compression
> is being disabled.
>
> and
>
> Source : Active Server Pages
> Error Message : 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'd tried this solution in
http://support.microsoft.com/?id=332097 on
> the first warning message and assume the second one will be fixed, but
> error still occurs.
>
> Currently running IIS 6.0 on Win2003 Standard Ed. SP1.
>
> Thanks in advanced.
>