ASP 응용 프로그램 오류가 발생했습니다.

Microsoft.Windows.InternetInformationServices.2008.ASP.application.error.occured (Rule)

Knowledge Base article:

요약

ASP 페이지는 사용자의 브라우저로 전송되기 전에 웹 서버가 처리하는 서버 쪽 스크립트가 포함된 HTML 페이지입니다. 서버 쪽 스크립트는 브라우저가 웹 서버의 .asp 파일을 요청할 때 실행됩니다. ASP는 웹 서버에서 호출되며, 웹 서버는 위쪽에서 아래쪽으로 요청된 파일을 처리하고 스크립트 명령을 실행합니다. 그런 다음 표준 웹 페이지에 형식을 지정하고 브라우저로 보냅니다.

해결 방법

ASP 응용 프로그램 수정

ASP 응용 프로그램 오류가 발생하는 경우 사용 가능한 해결 방법은 다음과 같습니다.

이벤트 로그에서 특정 오류 번호 확인

이벤트 로그 메시지에서 특정 오류 번호를 확인하려면

경고: ASP: \\WEBSITES\MYWEBSITE\DEFAULT.ASP 파일에 대해 UNC 액세스에 실패했습니다. 오류 = -2147024829.

특정 오류 번호에 대한 자세한 정보 보기

특정 오류 번호에 대해 자세히 알아보려면

Element properties:

TargetMicrosoft.Windows.InternetInformationServices.2008.WebServer
CategoryAlert
EnabledTrue
Event SourceActive Server Pages
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityNormal
RemotableTrue
Alert Message
ASP 응용 프로그램 오류가 발생했습니다.
{0}
Event LogApplication

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.Windows.EventProvider Default
WA WriteAction Microsoft.Windows.Server.IIS.2008.GenerateAlertAction.SuppressedByDescription Default

Source Code:

<Rule ID="Microsoft.Windows.InternetInformationServices.2008.ASP.application.error.occured" Enabled="onEssentialMonitoring" Target="Microsoft.Windows.InternetInformationServices.2008.WebServer" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>Alert</Category>
<DataSources>
<DataSource ID="DS" TypeID="Windows!Microsoft.Windows.EventProvider">
<ComputerName>$Target/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<LogName>Application</LogName>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">Active Server Pages</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<RegExExpression>
<ValueExpression>
<XPathQuery>EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>MatchesRegularExpression</Operator>
<Pattern>^(500|499|23|22|21|20|19|18|17|16|9|8|7|6|5)$</Pattern>
</RegExExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WA" TypeID="Microsoft.Windows.Server.IIS.2008.GenerateAlertAction.SuppressedByDescription">
<Priority>1</Priority>
<Severity>1</Severity>
<AlertMessageId>$MPElement[Name="Microsoft.Windows.InternetInformationServices.2008.ASP.application.error.occured.AlertMessage"]$</AlertMessageId>
</WriteAction>
</WriteActions>
</Rule>