Error message: HTTP: 500-100, Internal Server Error - ASP Error... Undefined Variable (257625)
The information in this article applies to:
- Microsoft Internet Information Services 5.0
This article was previously published under Q257625 SYMPTOMS
When you attempt to browse an ASP Web page, the following error messages are displayed 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, information similar to the following is displayed under the Technical Information (for support personnel) section:
Error Type:
Microsoft VBScript runtime (0x800A01F4)
Variable is undefined: 'x'
/OptionExplicitError.asp, line 9
Page:
GET /OptionExplicitError.asp
CAUSE
When you use Visual Basic, Scripting Edition, the Option Explicit statement is specified in the script of the ASP file. Subsequently, the script attempts to use an undeclared variable.
RESOLUTION
To resolve this issue, either remove the Option Explicit statement or declare the variable (using the DIM keyword).
Modification Type: | Minor | Last Reviewed: | 1/7/2006 |
---|
Keywords: | kbhttp500100 kbprb kbProd2Web KB257625 |
---|
|