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

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

Knowledge Base article:

요약

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

해결 방법

ASP 응용 프로그램 수정

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

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

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

경고: ASP: 파일에 대한 UNC 액세스 실패 - 오류를 포함하여 \\WEBSITES\MYWEBSITE\DEFAULT.ASP = -2147024829.

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

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

Element properties:

TargetMicrosoft.Windows.InternetInformationServices.10.0.WebServer
CategoryAlert
EnabledTrue
Event SourceActive Server Pages
Alert GenerateFalse
RemotableTrue
Event LogApplication

Member Modules:

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

Source Code:

<Rule ID="Microsoft.Windows.InternetInformationServices.10.0.ASP.application.error.occured" Enabled="true" Target="Microsoft.Windows.InternetInformationServices.10.0.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.10.0.GenerateAlertAction.SuppressedByDescription">
<Priority>1</Priority>
<Severity>1</Severity>
<AlertMessageId>$MPElement[Name="Microsoft.Windows.InternetInformationServices.10.0.ASP.application.error.occured.AlertMessage"]$</AlertMessageId>
</WriteAction>
</WriteActions>
</Rule>