Recycle your Computers & Technology with us.

What is error http 500 internal server error

Posted By : Freddy of Katharine Gibbs School - New York on February 8, 2003

Follow us on Facebook   Follow us on Twitter   Follow us on LinkedIn

Let Data Doctors be your personal IT department today

i am getting error http500 internal error

This question was answered on February 8, 2003. Much of the information contained herein may have changed since posting.


SYMPTOMS:

When you attempt to instantiate an object in Active Server Pages (ASP), you may receive one of the following errors on your Web browser:

HTTP 500.100 - Internal Server Error - ASP error Internet Information Services

-or-

Server object, ASP 0177 (0x8007007E) /test/ils3/ilslist.asp, line 22

-or-

8007007e - The specified module could not be found

The line and page that are specified vary from the preceding sample error message However, the line that is noted in the error message will likely have the following syntax:

Set objHostName = Server.CreateObject("HostName.ConvertHostName")

CAUSE:

This error occurs when you attempt to use the Server.CreateObject method to instantiate an object that is not registered on the local system

RESOLUTION:

To resolve the error, use Regsvr32.exe to register the object that you want to instantiate from your Active Server Pages.

For example, to resolve the sample error that is shown in the "Symptoms" section, type the following commands at a command prompt to register an object called Hostname.dll that is located in the C:\ils folder on the local system:

c:

cd \ils

c:\winnt\system32\regsvr32.exe c:\ils\hostname.dll

If you are successful, a dialog box displays the following message:

DLLRegisterServer in hostname.dll succeeded

To ensure that the newly registered module is loaded in memory, restart the Web services

About the author

Posted by Freddy of Katharine Gibbs School - New York on February 8, 2003

Need Help with this Issue?

We help people with technology! It's what we do.
Contact or Schedule an Appointment with a location for help!