I am getting error from my Windows 2003 server IIS running in IIS 5.0 mode.
The error comes out of ASP pages while ASPX pages work without any problem.
I read somewhere that the error is is caused in ASP by the ISAPI caching
setting in IIS. But I have caching enabled. This works without any problem
in Windows 2000. I also use application protection protection high in both
2000 and 2003. I tried disabling it and still I get the same error.
After a little investigation I found that the user running as the COM+
application created by the IIS is not an administrator on the Windows 2003
server whereas it is administrator on the Windows 2000 server. On Windows
2003 the account has power user privileges. Does the user need to be
administrator on the server? How is it that all ASPX pages under the same
application are working without any problem?
There is no log in the event log but the error code in W3SVC1 log says:
401 2 2148074254
and
500 0 170
Thanks.
James