iamzaga wrote:
...Server.CreateObject Access Error
/functions/functions_upload.asp, line 74
The call to Server.CreateObject failed while checking permissions. Access is denied to this object. |
I get this same error on my server. I have Windows Server 2003 x64 with SP1.
I have made sure IUSR_servername has full permissions on the entire inetpub structure with no result.
I first thought this was the cause:
But I have set the correct permissions on that file.
I have reset all NTFS permissions on the entire system with the default ACL template, without result.
The only thing that makes this problem go away for me is if I make IUSR_servername member of the Administrators group, wich leads me to believe there are still files somewhere in the WINDOWS folder that IUSR needs access to. But what are those files, and why did this suddenly appear? I have another asp site called ASP listpics from IISWorks, and that stopped working too, also complaining about Server.CreateObject Access Error.
I really don't want IUSR to be member of the administrators group...