258 lines
8.8 KiB
HTML
258 lines
8.8 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
|
<HTML>
|
|
<HEAD>
|
|
<META HTTP-EQUIV="Content-Type" Content="text/html; charset=Windows-1252">
|
|
<TITLE>AspLogErrorRequests</TITLE>
|
|
<SCRIPT LANGUAGE="JavaScript">
|
|
<!--
|
|
TempString = navigator.appVersion
|
|
if (navigator.appName == "Microsoft Internet Explorer"){
|
|
// Check to see if browser is Microsoft
|
|
if (TempString.indexOf ("4.") >= 0){
|
|
// Check to see if it is IE 4
|
|
document.writeln('<link rel="stylesheet" type="text/css" href="/iishelp/common/coua.css">');
|
|
}
|
|
else {
|
|
document.writeln('<link rel="stylesheet" type="text/css" href="/iishelp/common/cocss.css">');
|
|
}
|
|
}
|
|
else if (navigator.appName == "Netscape") {
|
|
// Check to see if browser is Netscape
|
|
document.writeln('<link rel="stylesheet" type="text/css" href="/iishelp/common/coua.css">');
|
|
}
|
|
else
|
|
document.writeln('<link rel="stylesheet" type="text/css" href="/iishelp/common/cocss.css">');
|
|
//-->
|
|
</script>
|
|
<SCRIPT LANGUAGE="VBScript">
|
|
<!--
|
|
Sub Window_OnLoad()
|
|
Dim frmContents
|
|
On Error Resume Next
|
|
If Not Parent Is Nothing Then
|
|
Set frmContents = Parent.Contents
|
|
If Not frmContents Is Nothing Then
|
|
frmContents.Window.TOCSynch_Click
|
|
End If
|
|
End If
|
|
End Sub
|
|
//--></SCRIPT><META NAME="DESCRIPTION" CONTENT="Internet Information Services reference information">
|
|
<META HTTP-EQUIV="PICS-Label" CONTENT='(PICS-1.1 "<http://www.rsac.org/ratingsv01.html>" l comment "RSACi North America Server" by "inet@microsoft.com <mailto:inet@microsoft.com>" r (n 0 s 0 v 0 l 0))'>
|
|
<META NAME="MS.LOCALE" CONTENT="EN-US">
|
|
<META NAME="MS-IT-LOC" Content="Internet Information Services">
|
|
</HEAD>
|
|
|
|
<BODY BGCOLOR="#FFFFFF" TEXT="#000000">
|
|
|
|
<H3><A NAME="_k2_asplogerrorrequests"></A><SUP></SUP>AspLogErrorRequests</H3>
|
|
|
|
<P>This property controls whether the Web server writes unsuccessful client requests to the Windows Event Log file. If <B>AspLogErrorRequests</B> is TRUE, a standard set of ASP error requests are logged. For a list of these errors see <A HREF="#_k2_asp_error_list">ASP Error List</A>.</P>
|
|
|
|
<P>If <B>AspLogErrorRequests</B> is TRUE and <A HREF="/iishelp/iis/htm/asp/apro9zfr.htm"><B>AspErrorsToNTLog</B></A> is FALSE, then the ASP errors will be sent to the IIS log. If these errors are serious or logging to IIS log previously failed, then each error will also be sent to the Windows Event Log.</P>
|
|
|
|
<P>If <B>AspLogErrorRequests</B> is FALSE, then these errors will only be sent to the IIS Log, and not to the Windows Event Log.</P>
|
|
|
|
<P>If <B>AspLogErrorRequests</B> is TRUE and <A HREF="/iishelp/iis/htm/asp/apro9zfr.htm"><B>AspErrorsToNTLog</B></A> is TRUE, then all ASP related errors will go to the Windows Event Log and the IIS log.</P>
|
|
|
|
<P><span class=le><B>Note</B></span> To completely prevent ASP errors from being logged in the IIS log file, you must disable logging altogether. To accomplish this see the <A HREF="/iishelp/iis/htm/asp/apro1g9z.htm"><B>DontLog</B></A> and <A HREF="/iishelp/iis/htm/asp/apro0gkl.htm"><B>LogType</B></A> properties.</P>
|
|
|
|
<TABLE border=0 cellpadding=5 cols=2 frame=box rules=all>
|
|
|
|
<TR VALIGN="top">
|
|
<TD width=50%>Data type</TD>
|
|
<TD width=50%>Boolean</TD>
|
|
</TR>
|
|
|
|
<TR VALIGN="top">
|
|
<TD width=50%>Default value</TD>
|
|
<TD width=50%>TRUE</TD>
|
|
</TR>
|
|
|
|
<TR VALIGN="top">
|
|
<TD width=50%>Inheritance</TD>
|
|
<TD width=50%>Inheritable</TD>
|
|
</TR>
|
|
</TABLE><BR>
|
|
|
|
<H6>Access Locations</H6>
|
|
|
|
<P>This property is accessible at the following locations:</P>
|
|
|
|
<TABLE border=0 cellpadding=5 cols=2 frame=box rules=all>
|
|
|
|
<TR VALIGN="top">
|
|
<TD class=blue width=50%><B>Metabase Path</B></TD>
|
|
<TD class=blue width=50%><B>Key Type</B></TD>
|
|
</TR>
|
|
|
|
<TR VALIGN="top">
|
|
<TD width=50%>/LM/W3SVC</TD>
|
|
<TD width=50%><A HREF="/iishelp/iis/htm/asp/aore1p5x.htm"><B>IIsWebService</B></A></TD>
|
|
</TR>
|
|
|
|
<TR VALIGN="top">
|
|
<TD width=50%>/LM/W3SVC/<I>N</I></TD>
|
|
<TD width=50%><A HREF="/iishelp/iis/htm/asp/aore7zn6.htm"><B>IIsWebServer</B></A></TD>
|
|
</TR>
|
|
|
|
<TR VALIGN="top">
|
|
<TD width=50%>/LM/W3SVC/<I>N</I>/ROOT</TD>
|
|
<TD width=50%><A HREF="/iishelp/iis/htm/asp/aore8v5e.htm"><B>IIsWebVirtualDir</B></A></TD>
|
|
</TR>
|
|
|
|
<TR VALIGN="top">
|
|
<TD width=50%>/LM/W3SVC/<I>N</I>/ROOT/<I>WebVirtualDir</I></TD>
|
|
<TD width=50%><A HREF="/iishelp/iis/htm/asp/aore8v5e.htm"><B>IIsWebVirtualDir</B></A></TD>
|
|
</TR>
|
|
|
|
<TR VALIGN="top">
|
|
<TD width=50%>/LM/W3SVC/<I>N</I>/ROOT/<I>WebVirtualDir</I>/<I>WebDirectory</I></TD>
|
|
<TD width=50%><A HREF="/iishelp/iis/htm/asp/aore1jw9.htm"><B>IIsWebDirectory</B></A></TD>
|
|
</TR>
|
|
</TABLE><BR>
|
|
|
|
<H6>IIS Admin Base Object Information</H6>
|
|
|
|
<P>The following table lists additional information required only for code that uses the IIS Admin Base Object.</P>
|
|
|
|
<TABLE border=0 cellpadding=5 cols=2 frame=box rules=all>
|
|
|
|
<TR VALIGN="top">
|
|
<TD width=50%>Metabase identifier</TD>
|
|
<TD width=50%><B>MD_ASP_LOGERRORREQUESTS</B></TD>
|
|
</TR>
|
|
|
|
<TR VALIGN="top">
|
|
<TD width=50%>Data type</TD>
|
|
<TD width=50%><B>DWORD_METADATA</B></TD>
|
|
</TR>
|
|
|
|
<TR VALIGN="top">
|
|
<TD width=50%>User type</TD>
|
|
<TD width=50%><B>IIS_MD_UT_WAM</B></TD>
|
|
</TR>
|
|
</TABLE><BR>
|
|
|
|
<H6><A NAME="_k2_asp_error_list"></A>ASP Error List</H6>
|
|
|
|
<P>This table contains a list of ASP errors that will be logged by the Windows Event Log if <A HREF="#_k2_asplogerrorrequests"><B>AspLogErrorRequests</B></A> is set to TRUE.</P>
|
|
|
|
<TABLE border=0 cellpadding=5 cols=3 frame=box rules=all>
|
|
|
|
<TR VALIGN="top">
|
|
<TD class=blue width=33%><B>ASP error code</B></TD>
|
|
<TD class=blue width=33%><B>ASP error</B></TD>
|
|
<TD class=blue width=34%><B>Description</B></TD>
|
|
</TR>
|
|
|
|
<TR VALIGN="top">
|
|
<TD width=33%>ASP 0100</TD>
|
|
<TD width=33%>Out of memory</TD>
|
|
<TD width=34%>Unable to allocate required memory.</TD>
|
|
</TR>
|
|
|
|
<TR VALIGN="top">
|
|
<TD width=33%>ASP 0101</TD>
|
|
<TD width=33%>Unexpected error</TD>
|
|
<TD width=34%>The function returned (<I>exception name</I>).</TD>
|
|
</TR>
|
|
|
|
<TR VALIGN="top">
|
|
<TD width=33%>ASP 0102</TD>
|
|
<TD width=33%>Expecting string input</TD>
|
|
<TD width=34%>The function expects a string as input.</TD>
|
|
</TR>
|
|
|
|
<TR VALIGN="top">
|
|
<TD width=33%>ASP 0103</TD>
|
|
<TD width=33%>Expecting numeric input</TD>
|
|
<TD width=34%>The function expects a number as input.</TD>
|
|
</TR>
|
|
|
|
<TR VALIGN="top">
|
|
<TD width=33%>ASP 0104</TD>
|
|
<TD width=33%>Operation not Allowed</TD>
|
|
<TD width=34%>Operation not allowed.</TD>
|
|
</TR>
|
|
|
|
<TR VALIGN="top">
|
|
<TD width=33%>ASP 0105</TD>
|
|
<TD width=33%>Index out of range</TD>
|
|
<TD width=34%>An array index is out of range.</TD>
|
|
</TR>
|
|
|
|
<TR VALIGN="top">
|
|
<TD width=33%>ASP 0106</TD>
|
|
<TD width=33%>Type Mismatch</TD>
|
|
<TD width=34%>An unhandled data type was encountered.</TD>
|
|
</TR>
|
|
|
|
<TR VALIGN="top">
|
|
<TD width=33%>ASP 0107</TD>
|
|
<TD width=33%>Stack Overflow</TD>
|
|
<TD width=34%>The data being processed is over the allowed limit.</TD>
|
|
</TR>
|
|
|
|
<TR VALIGN="top">
|
|
<TD width=33%>ASP 0115</TD>
|
|
<TD width=33%>Unexpected error</TD>
|
|
<TD width=34%>A trappable error (<I>exception name</I>) occurred in an external object. The script cannot continue running.</TD>
|
|
</TR>
|
|
|
|
<TR VALIGN="top">
|
|
<TD width=33%>ASP 0190</TD>
|
|
<TD width=33%>Unexpected error</TD>
|
|
<TD width=34%>A trappable error occurred while releasing an external object.</TD>
|
|
</TR>
|
|
|
|
<TR VALIGN="top">
|
|
<TD width=33%>ASP 0191</TD>
|
|
<TD width=33%>Unexpected error</TD>
|
|
<TD width=34%>A trappable error occurred in the <B>OnStartPage</B> method of an external object.</TD>
|
|
</TR>
|
|
|
|
<TR VALIGN="top">
|
|
<TD width=33%>ASP 0192</TD>
|
|
<TD width=33%>Unexpected error</TD>
|
|
<TD width=34%>A trappable error occurred in the <B>OnEndPage</B> method of an external object.</TD>
|
|
</TR>
|
|
|
|
<TR VALIGN="top">
|
|
<TD width=33%>ASP 0193</TD>
|
|
<TD width=33%>OnStartPage Failed</TD>
|
|
<TD width=34%>An error occurred in the <B>OnStartPage</B> method of an external object.</TD>
|
|
</TR>
|
|
|
|
<TR VALIGN="top">
|
|
<TD width=33%>ASP 0194</TD>
|
|
<TD width=33%>OnEndPage Failed</TD>
|
|
<TD width=34%>An error occurred in the <B>OnEndPage</B> method of an external object.</TD>
|
|
</TR>
|
|
|
|
<TR VALIGN="top">
|
|
<TD width=33%>ASP 0240</TD>
|
|
<TD width=33%>Script Engine Exception</TD>
|
|
<TD width=34%>A script engine threw exception (<I>exception name</I>) in (<I>object name</I>) from (<I>object name</I>).</TD>
|
|
</TR>
|
|
|
|
<TR VALIGN="top">
|
|
<TD width=33%>ASP 0241</TD>
|
|
<TD width=33%>CreateObject Exception</TD>
|
|
<TD width=34%>The <B>CreateObject</B> of (<I>object name</I>) caused exception (<I>exception name</I>).</TD>
|
|
</TR>
|
|
|
|
<TR VALIGN="top">
|
|
<TD width=33%>ASP 0242</TD>
|
|
<TD width=33%>Query OnStartPage Interface Exception</TD>
|
|
<TD width=34%>Querying object (<I>object name</I>)'s <B>OnStartPage</B> or <B>OnEndPage</B> methods caused exception (<I>exception name</I>).</TD>
|
|
</TR>
|
|
</TABLE><BR>
|
|
|
|
<H6>See Also</H6>
|
|
|
|
<P><A HREF="/iishelp/iis/htm/asp/apro9zfr.htm"><B>AspErrorsToNTLog</B></A></P>
|
|
<hr class="iis" size="1">
|
|
<p align="center"><em><a href="../../../common/colegal.htm">© 1997-2001 Microsoft Corporation. All rights reserved.</a></em></p>
|
|
</BODY>
|
|
</HTML>
|