독까의 이야기

HTTP 오류 500.23 - Internal Server Error

관리되는 통합 파이프라인 모드에 적용되지 않는 ASP.NET 설정이 있습니다.



가능한 해결 방법:

  • 구성을 system.webServer/handlers 섹션으로 마이그레이션합니다. 수동으로 마이그레이션하거나 명령줄에서 AppCmd를 사용하여 마이그레이션합니다. 예: %SystemRoot%\system32\inetsrv\appcmd migrate config "Default Web Site/". AppCmd를 사용하여 응용 프로그램을 마이그레이션하면 통합 모드에서 사용할 수 있으며 클래식 모드 및 이전 버전의 IIS에서도 사용할 수 있습니다.
  • 이 오류를 무시해도 좋다고 확인된 경우 system.webServer/validation@validateIntegratedModeConfiguration을 false로 설정하여 이 기능을 사용하지 않도록 설정할 수 있습니다.
  • 또는 응용 프로그램을 클래식 모드 응용 프로그램 풀로 전환합니다. 예: appcmd set app "Default Web Site/" /applicationPool:"Classic .NET AppPool". 응용 프로그램을 마이그레이션할 수 없는 경우에만 이렇게 하십시오.
("Default Web Site" 및 "Classic .NET AppPool"을 응용 프로그램 경로와 응용 프로그램 풀 이름으로 설정합니다.)




1. Open Server Manager
->  서버 관리자 실행

2. Select Roles>Web Server (IIS)>IIS Manager>Select the Server>Applocation Pools
->  IIS 관리자 - 응용프로그램풀

3. Select the appPool that your asp.net app is running under>Click on 'Advanced Settings' from the right 
hand pane.
->  해당 응용 프로그램풀 선택 - 우클릭 - 고급 설정

4. Under Advanced Settings>General>Managed Pipeline Mode, select "Classic"
->  관리되는 파이프라인 모드 : 클래식 

5. Recycle app pool and test your app.
->  응용프로그램 풀 작업 - 재생