Article ID: 255650 - Last Review: March 29, 2007 - Revision: 3.2 "HTTP 500.100 - Internal Server Error - ASP Error" Error Message When Opening Default Web Site on Local ComputerThis article was previously published under Q255650 SYMPTOMS When you attempt to browse the Default Web Site on the
local computer (using either http://localhost or the computer's host name), the
following error messages appear in the browser: The page
cannot be displayed There is a problem with the page you are trying to reach and it cannot be displayed. HTTP
500.100 - Internal Server Error - ASP error Internet Information Services Error Type: Microsoft VBScript runtime (0x800A0046) Permission denied: 'GetObject' /localstart.asp, line 19 Page: GET /localstart.asp CAUSE The error messages occur when one of the default documents
(Iisstart.asp) for the Web site attempts to load the Localstart.asp file, and
the user attempting to access the page does not have sufficient permissions to
run the script that is contained in the Localstart.asp file. The Localstart.asp
file contains ADSI
(http://www.microsoft.com/adsi)
and
VBScript
(http://msdn2.microsoft.com/en-us/library/t0aew7h6.aspx)
code that accesses the metabase by using the
IIS
Admin Objects
(http://msdn.microsoft.com/library/en-us/iissdk/html/f06ede7b-bc2f-45ff-acf6-4b1891a662fc.asp)
. For security reasons, access to the metabase is
restricted to members of the local Administrators group. This behavior is by
design. The error messages occur under both of the following conditions:
RESOLUTION To resolve this problem, disable Anonymous authentication
for the Localstart.asp file (the Localstart.asp file usually uses Integrated
Windows authentication), and then verify that the user who is logged on is a
member of the local Administrators group. MORE INFORMATION An administrator can inadvertently enable Anonymous
authentication for the Localstart.asp file by selecting the Localstart.asp file
in the Inheritance Overrides dialog box when configuring authentication settings for the
Default Web Site. For additional information about the Iisstart.asp and Localstart.asp files, click the article number below to view the article in the Microsoft Knowledge Base: 246053
(http://support.microsoft.com/kb/246053/EN-US/
)
Why Default.asp is Not Created in the Default Web Site of IIS 5.0
Additional information about the IIS Admin Objects (http://msdn.microsoft.com/library/en-us/iissdk/html/f06ede7b-bc2f-45ff-acf6-4b1891a662fc.asp) is available in the IIS 5.0 documentation, which is either installed locally or located in the MSDN Online Library (http://msdn.microsoft.com/library) . For additional information about the metabase, click the article number below to view the article in the Microsoft Knowledge Base: 240941
(http://support.microsoft.com/kb/240941/EN-US/
)
An Introduction to the IIS Metabase
(c) Microsoft Corporation 2000, All Rights Reserved. Contributions by Kevin Zollman, Microsoft Corporation. | Article Translations
|


Back to the top
