- kipper

We're transferring our entire site to a new server -- same IP address and configuration. We're using the ASURITE authentication .exe for classic ASP and it's giving us this error:
Server object error 'ASP 0177 : 800401f3'
Server.CreateObject Failed
/intranet/index.asp line 26
800401f3Line 26 is
Set Executor = Server.CreateObject("ASPExec.Execute")
We verified that the path to the auth file is correct.
Can anyone assist?
Thank you,
Stacy
Some things to consider...
It seems like the component is not registered on the new server (or not supported). Maybe try re-registering aspexec.dll.
Check the account and permissions on aspexec.dll because even if the component is registered correctly IIS still needs proper access.
Are you using relative path? If so try absolute. Or vice versa.
What version of Windows Server? What version of IIS 6?
cheers,
Cameron