Message in Korean (한국어)

처리되지 않은 예외를 생성한 소스 코드는 디버그 모드에서 컴파일할 때만 표시됩니다. 이 예외를 활성화하려면 아래 단계 중 하나를 수행한 다음 URL을 요청하십시오. 1) 오류를 생성한 파일의 맨 위에 "Debug=true" 지시문을 추가합니다. 예: <%@ Page Language="C#" Debug="true" %>또는 2) 다음 섹션을 응용 프로그램의 구성 파일에 추가합니다.<configuration> <system.web> <compilation debug="true"></compilation> </system.web></configuration> 두 번째 방법을 사용하면 해당 응용 프로그램에 있는 모든 파일이 디버그 모드에서 컴파일됩니다. 첫 번째 방법을 사용하면 특정 파일만 디버그 모드에서 컴파일됩니다. 중요: 디버그 모드에서 응용 프로그램을 실행하면 메모리/성능 오버헤드가 발생합니다. 생산 시나리오로 배포하기 전에 먼저 응용 프로그램에 디버깅이 비활성화되어 있는지 확인하십시오.

Unlocalized message

The source code that generated this unhandled exception can only be shown when compiled in debug mode. To enable this, please follow one of the below steps, then request the URL:1. Add a "Debug=true" directive at the top of the file that generated the error. Example:<var>X</var> <%@ Page Language="C#" Debug="true" %><var>Y</var>or:2) Add the following section to the configuration file of your application:<var>Z</var><configuration> <system.web> <compilation debug="true"></compilation> </system.web></configuration><var>A</var> Note that this second technique will cause all files within a given application to be compiled in debug mode. The first technique will cause only that particular file to be compiled in debug mode. Important: Running applications in debug mode does incur a memory/performance overhead. You should make sure that an application has debugging disabled before deploying into production scenario.

Search by Google
Available localized messages
Czech (Čeština) Dutch (Nederlands) Finnish (suomi) Greek (Ελληνικά) Hungarian (magyar) German (Deutsch) Italian (Italiano) Japanese (日本語) French (Français) Prior (Message) Norwegian (Bokmal) (Norsk (Bokmål)) Chinese (Traditional) (中文(繁體)) Chinese (Simplified) (中文(简体)) Russian (Русский) Spanish (Español) Turkish (Türkçe) Swedish (Svenska) Polish (Polski) Next (Message) Portuguese (Brazil) (Português (Brasil)) Portuguese (Portugal) (Português (Portugal)) Hebrew (עברית) Chinese (Traditional) (中文(繁體)) Chinese (Simplified) (中文(简体)) Arabic (العربية) Danish (Dansk)