Promethyl
asked on
Title: IIS Server Gives 500 For ASP page
Error is "automation_SERVER_can't_c reate_obje ct.
Error 272 ... maybe that's the line number and error 800a01ad.
Is that a dcom thing?
Error 272 ... maybe that's the line number and error 800a01ad.
Is that a dcom thing?
this usually comes up when a script is trying to create an object that doesn't exist on a server. For example, someone may be trying to use an upload component, or email component that is not installed
i've also (in fact just ran across it) seen an ASP upload component that requires you to set IUSR_machinename access to read/write/modify on the component itself.
(needless to say, I am not using this component, and have gotten my money back for it, as this is a potential huge security hole)
(needless to say, I am not using this component, and have gotten my money back for it, as this is a potential huge security hole)
ASKER
You have to wonder why R/W/E is required... Makes changes to itself?
Any other suggestions? I've taken these and no go so far.
(The files are there, and write isn't required.)
Any other suggestions? I've taken these and no go so far.
(The files are there, and write isn't required.)
This error may come if passwords for the IUSR and IWAM accounts are synchronized .
Check this article by MS for synchronizing the passwords
http://support.microsoft.com/default.aspx?scid=kb;EN-US;297989
Check this article by MS for synchronizing the passwords
http://support.microsoft.com/default.aspx?scid=kb;EN-US;297989
oops what i meant to say is that this may happen if the passwords for the IUSR and IWAM accounts are not synchronized .
sorry for the mistake :-)
sorry for the mistake :-)
ASKER
Correct answer was domain permissions. Do not award points. Thank you.
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.