ASU Web Community

ASURITE trouble on new server

Thursday, June 5th, 2008 - 9:05 am
  • kipper
  • kipper's picture

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

800401f3

Line 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

Tuesday, June 10th, 2008 - 1:33 pm
  • cscholtz
  • cscholtz's picture

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