Message in Korean (한국어)
요청 확인에서 잠재적으로 위험한 클라이언트 입력 값을 발견하여 요청의 처리가 취소되었습니다. 이 값은 사이트 간 스크립팅 공격 등과 같은 응용 프로그램의 보안을 위협하는 시도가 있었음을 나타낼 수 있습니다. Page 지시문이나 <pages> 구성 섹션에 validateRequest=false를 설정하여 요청 확인을 사용하지 않을 수 있는 있지만, 이런 경우 응용 프로그램에서 모든 입력을 명시적으로 확인하도록 하는 것이 좋습니다.</pages>
Unlocalized message
Request Validation has detected a potentially dangerous client input value, and processing of the request has been aborted. This value may indicate an attempt to compromise the security of your application, such as a cross-site scripting attack. To allow pages to override application request validation settings, set the requestValidationMode attribute in the httpRuntime configuration section to requestValidationMode="2.0". Example: <httpRuntime requestValidationMode="2.0" />. After setting this value, you can then disable request validation by setting validateRequest="false" in the Page directive or in the <pages> configuration section. However, it is strongly recommended that your application explicitly check all inputs in this case. For more information, see http://go.microsoft.com/fwlink/?LinkId=153133.
Search by Google