0

we have a web application that is migrated to another server. Now, when accessing the application in the IIS, It displays a Server Object Error 'ASP 0177: 800aea5f Server.CreateObject Failed error.

I've tried restarting the IIS but still displays the same error. I'm also not familiar with the IIS, DLL, registry. Hope someone can guide me to this

Jalpa Panchal
  • 8,251
  • 1
  • 11
  • 26
m28
  • 1

1 Answers1

0

You need to check some following things:

1)The name of the object you are trying to create was misspelled or is incorrect.

2)your DLL has proper permission or not.

3)is DLL is available at the place which you mention in code. and please provide full error message which lines cause this error message.

For more information you could follow this link: Server Object Error 'ASP 0177:80040154' Server.CreateObject

Jalpa Panchal
  • 8,251
  • 1
  • 11
  • 26
  • 1
    Good advice but a more detail checklist can be [found here](https://stackoverflow.com/a/35985827/692942). – user692942 Jul 31 '19 at 07:27