ASP_0177_:_800401f3|Server.CreateObject_Failed

mlee22ph 116 Reputation points
2021-09-24T02:53:55.187+00:00

Hi there,

I have encountered this issue with this url POST "/docRegister/docCheckOut.asp". The exact log is below.
POST /docRegister/docCheckOut.asp fileid=170065|14|ASP_0177_:_800401f3|Server.CreateObject_Failed ... http://auperp-bms01/docRegister/docCheckOut.asp?fileid=170065 500 0 0 168

I am in the process of migrating our Website from 2003 Server to 2019 Server. I just got this job assigned to me halfway thru the migration, so someone else already started the manual migration of the website, meaning without Web Deployment. I am not an expert in Websites and just trying to learn as I go along. I have read that migrating Websites use the Web Deployment, is this the only way?

In any case, that is the background. But my above problem seems to be related to my DLLs not properly linked in the IIS.

Can I please have some of your expert help?

Many thanks.

Windows development Internet Information Services
Developer technologies ASP.NET ASP.NET Core
{count} votes

Accepted answer
  1. Bruce (SqlWork.com) 77,686 Reputation points Volunteer Moderator
    2021-09-28T15:44:01.863+00:00

    asp website have the ability to create com+ objects via Server.CreateObject(). The com+ objects must be installed and registered on the server. You probably need to install and register the required dlls.

    This will probably require reverse engineering the old server. You can get com+ tools, to lookup the dll names in the register. they are probably old, so hopefully you can find an installer. if not track down the dll, and copy and register on the new server.

    you will need to send a little time learning com+

    thankfully its been over a decade, since I've had to deal with com+


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.