Ja der er jo ikke meget at komme efter med den fejlmelding. Hvis du selv råder over serveren så prøv følgende for at få en mere kompetent fejlmelding:
HTTP 500 Error Message Displays Instead of ASP Error Message from
500-100.asp
----------------------------------------------------------------------------
----
The information in this article applies to:
Microsoft Internet Information Services version 5.0
----------------------------------------------------------------------------
----
SYMPTOMS
When a .asp file encounters an error, the following standard HTTP 500 error
message is displayed instead of an error returned by the 500-100.asp file:
The page cannot be displayed
There is a problem with the page you are trying to reach and it cannot be
displayed.
...
HTTP 500 - Internal server error
Internet Explorer
CAUSE
The .asp file is located on a non-default Web site that, by default, does
not use the 500-100.asp file for error handling.
NOTE: This behavior is described in the Internet Information Services (IIS)
product documentation at
http://localhost/iishelp/iis/htm/core/iiprstop.htm.RESOLUTION
To use the 500-100.asp file for error handling on the non-default Web site,
Perform the following steps:
Start the Internet Service Manager (ISM), which loads the Internet
Information Services snap-in for the Microsoft Management Console (MMC).
Right-click the appropriate Web site, click New, and then click Virtual
Directory.
In the Virtual Directory Creation Wizard, click Next. In the Alias text box,
type IISHelp, and then click Next.
When you are prompted for the path to the content directory, click Browse,
select the WINNT\Help\IisHelp folder, and then click Next.
On the Access Permissions page, accept all the defaults, click Next, and
then click Finish.
Right-click the Web site again, and then click Properties.
On the Custom Errors tab, select the 500;100 error line, and then click Edit
Properties.
In the Message Type list box, select URL, and then type
/iisHelp/common/500-100.asp in the URL text box.
Click OK twice to return to the ISM.
MORE INFORMATION
NOTE: The exact error message displayed by Internet Explorer may vary,
depending on whether the Show friendly HTTP error messages setting in
Internet Explorer is selected or not.
(c) Microsoft Corporation 2000, All Rights Reserved. Contributions by Kevin
Zollman, Microsoft Corporation.
Additional query words: iis 5 500.100 500100 akz
Keywords : kbWinOS2000
Version : winnt:5.0
Platform : winnt
Issue type : kbprb
Technology : kbvcSearch