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
In addition, the following information is displayed in the Technical Information (for support personnel) section:
Error Type:
- Microsoft VBScript runtime (0x800A0046) Permission denied: 'GetObject' /localstart.asp, line 19
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 and VBScript code that accesses the metabase by using the IIS Admin Objects. 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:
- Anonymous authentication is enabled on the Directory Security tab for the Default Web Site properties, which causes the user to run the Localstart.asp file in the security context of the Anonymous User (IUSR_ServerName, by default), who should never be made a member of the local Administrators group.The user is logged on locally and is not a member of the local Administrators group.
No comments:
Post a Comment