Computing.Net > Forums > Windows 2000 > IIS Internal Server Error when using ASP

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

IIS Internal Server Error when using ASP

Reply to Message Icon

Name: Dave
Date: October 5, 2001 at 04:57:47 Pacific
Comment:

Whenever I try to view an asp page on my IIS 5 web server, i get an internal server error 500.100.

How can i fix this?



Sponsored Link
Ads by Google

Response Number 1
Name: Oz
Date: October 5, 2001 at 22:27:10 Pacific
Reply:

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

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
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 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.

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.


for more details go here
http://support.microsoft.com/support/kb/articles/Q255/6/50.ASP


Cheers :-)


0

Response Number 2
Name: Dave
Date: October 8, 2001 at 07:40:44 Pacific
Reply:

Thanks! I will take a look tonight when I am home and let you know if it works or not. I am admin but i do have anon access checked. But wont that stop people viewing the site?


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Windows 2000 Forum Home


Sponsored links

Ads by Google


Results for: IIS Internal Server Error when using ASP

HTTP 500 - Internal server error www.computing.net/answers/windows-2000/http-500-internal-server-error/41426.html

internal server problem www.computing.net/answers/windows-2000/internal-server-problem/13359.html

DDE server error? www.computing.net/answers/windows-2000/dde-server-error/22725.html