부모글 보이기/감추기 AD BLOCK 해제 요청 이 글에는 광고가 많이 들어가 있지 않습니다. adblock을 해제하셔도 글을 읽는데 그다지 부담이 없으니 해제를 부탁드립니다. HttpResponse.Headers.Add에서 "System.PlatformNotSupportedException: This operation requires IIS integrated pipeline mode." 예외 발생 재미있는, 하지만 황당한 현상이 나왔군요. ^^; 유독 윈도우 서버 2003에서만 아래의 코드를 실행하는 경우, // HttpResponse resp = ...; resp.Headers.Add("TEST", "test_value"); "System.PlatformNotSupportedException: This operation requires IIS integrated pipeline mode."라는 예외가 발생합니다. 검색해 보면, 이런 현상에 대해 좀 나오는데요. Is there any way to run Umbraco 6.* on windows 2003?? ; https://our.umbraco.org/forum/getting-started/installing-umbraco/41456-Is-there-any-way-to-run-Umbraco-6star-on-windows-2003 IIS6 + HttpModule: This operation requires IIS integrated pipeline mode ; http://stackoverflow.com/questions/186548/iis6-httpmodule-this-operation-requires-iis-integrated-pipeline-mode 결론만 보면, 해결 방법은 HttpResponse.AddHeader로 호출하면 된다는 것입니다. // HttpResponse resp = ...; resp.AddHeader("TEST", "test_value"); 깊게 살펴보지는 않았지만, 이 부분은 마이크로소프트 측에서 실수한 것이 아닌가 생각됩니다. 다들 아시는 것처럼, "integrated pipeline mode"라는 것은 IIS 7부터 존재하는 것이라서 윈도우 서버 2003에는 적용할 수 없으므로 오류 자체가 말이 안되는 경우입니다. [이 글에 대해서 여러분들과 의견을 공유하고 싶습니다. 틀리거나 미흡한 부분 또는 의문 사항이 있으시면 언제든 댓글 남겨주십시오.] [다음 글] 오류 유형: 281. DebugView로 인한 System.Diagnostics.Trace.WriteLine 멈춤(Hang) 현상[이전 글] DDK: 6. ZwTerminateProcess로 프로세스를 종료하는 Device Driver 프로그램 [최초 등록일: 4/27/2015] [최종 수정일: 4/27/2015] 이 저작물은 크리에이티브 커먼즈 코리아 저작자표시-비영리-변경금지 2.0 대한민국 라이센스에 따라 이용하실 수 있습니다. by SeongTae Jeong, mailto:techsharer at outlook.com 비밀번호 댓글 작성자 ... 106 107 108 109 110 111 112 113 114 115 116 [117] 118 119 120 ... NoWriterDateCnt.TitleFile(s) 11035정성태8/29/201621664오류 유형: 354. .NET Reflector - PDB 생성 화면에서 "Clear Store"를 하면 "Index and length must refer to a location within the string" 예외 발생11034정성태8/25/201625731개발 환경 구성: 296. .NET Core 프로젝트를 NuGet Gallery에 배포하는 방법 [2]11033정성태8/24/201623595오류 유형: 353. coreclr 빌드 시 error C3249: illegal statement or sub-expression for 'constexpr' function11032정성태8/23/201622809개발 환경 구성: 295. 최신의 Visual C++ 컴파일러 도구를 사용하는 방법 [1]11031정성태8/23/201618914오류 유형: 352. Error encountered while pushing to the remote repository: Response status code does not indicate success: 403 (Forbidden).11030정성태8/23/201622102VS.NET IDE: 111. Team Explorer - 추가한 Git Remote 저장소가 Branch에 보이지 않는 경우11029정성태8/18/201629366.NET Framework: 602. Process.Start의 cmd.exe에서 stdin만 redirect 하는 방법 [1]111028정성태8/15/201622362오류 유형: 351. Octave 설치 시 JRE 경로 문제11027정성태8/15/201624076.NET Framework: 601. ElementHost 컨트롤의 메모리 누수 현상11026정성태8/13/201625278Math: 19. 행렬 연산으로 본 해밍코드11025정성태8/12/201624108개발 환경 구성: 294. .NET Core 프로젝트에서 "Copy to Output Directory" 처리 [1]11024정성태8/12/201623323오류 유형: 350. "nProtect GameMon" 실행 중에는 Visual Studio 디버깅이 안됩니다! [1]11023정성태8/10/201624885개발 환경 구성: 293. Azure 구독 후 PaaS 서비스 만들어 보기11022정성태8/10/201625369개발 환경 구성: 292. Azure Cloud Service 배포시 사용자 정의 작업을 추가하는 방법11021정성태8/10/201622230오류 유형: 349. System.Runtime.Remoting.RemotingException - Type '..., ..., Version=..., Culture=neutral, PublicKeyToken=null' is not registered for activation [2]11020정성태8/10/201625276VC++: 98. 원본과 대상 버퍼가 같은 경우 memcpy, wmemcpy 주의점11019정성태8/10/201642116기타: 60. 도서: 시작하세요! C# 6.0 프로그래밍: 기본 문법부터 실전 예제까지 (2쇄 정오표)11018정성태8/9/201626285.NET Framework: 600. 단일 메서드 내에서의 할당으로 알아보는 자바와 닷넷의 GC 차이점 [1]11017정성태8/9/201627634웹: 33. HTTP 쿠키에 한글 값을 설정하는 방법11016정성태8/7/201625602개발 환경 구성: 291. Windows Server Containers 소개11015정성태8/7/201623907오류 유형: 348. Windows Server 2016 TP5에서 Windows Containers의 docker run 실행 시 encountered an error during Start failed in Win3211014정성태8/6/201624663오류 유형: 347. Hyper-V Virtual Machine Management service Account does not have permission to open attachment11013정성태8/6/201635512개발 환경 구성: 290. Windows 10에서 경험해 보는 Windows Containers와 docker [4]11012정성태8/6/201625558오류 유형: 346. Windows 10에서 Windows Containers의 docker run 실행 시 encountered an error during CreateContainer failed in Win32 발생11011정성태8/6/201627086기타: 59. outlook.live.com 메일 서비스의 아웃룩 POP3 설정하는 방법11010정성태8/6/201624065기타: 58. Outlook에 설정한 SMTP/POP3(예:천리안 메일) 계정 암호를 잊어버린 경우 ... 106 107 108 109 110 111 112 113 114 115 116 [117] 118 119 120 ...