부모글 보이기/감추기 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 비밀번호 댓글 작성자 ... [151] 152 153 154 155 156 157 158 159 160 161 162 163 164 165 ... NoWriterDateCnt.TitleFile(s) 1278정성태5/8/201226151오류 유형: 153. Visual Studio 디버깅 - Unable to break execution. This process is not currently executing the type of code that you selected to debug.1277정성태5/8/201231292오류 유형: 152. cmd.exe - The system cannot write to the specified device. [2]1276정성태4/28/201223135Phone: 5. 모든 Marketplace에 윈폰 앱을 등록하는 방법 [1]1275정성태4/28/201227036개발 환경 구성: 150. 프로세스 실행으로 잠긴 파일이지만, 이름은 변경가능하다는 사실! 아셨나요? [7]1274정성태4/17/201221614Phone: 4. "Holiday Calendar" 윈폰 응용 프로그램 등록1273정성태4/6/201224880Phone: 3. 윈도우 폰을 위한 Holiyday Calendar 앱 개발11272정성태4/5/201226307오류 유형: 151. ASP.NET - EcbGetUnicodeServerVariables 코드에서 System.AccessViolationException 예외 발생1271정성태4/3/201228985Math: 6. 동전을 여러 더미로 나누는 경우의 수 세기 [1]1270정성태3/29/201222979오류 유형: 150. Visual Studio 2010 원격 디버깅 오류 - Kerberos authentication failed1269정성태3/27/201236770오류 유형: 149. ODP.NET 오류 - The provider is not compatible with the version of Oracle client1268정성태3/27/201233246오류 유형: 148. WCF svc 호출 시 HTTP Error 404.17 - Not Found [1]1267정성태3/16/201231244.NET Framework: 314. C++의 inline asm 사용을 .NET으로 포팅하는 방법 [1]11266정성태3/14/201234440개발 환경 구성: 149. RAID 1 구성 시 하드 디스크 장애 발생 해결에 대한 경험담1265정성태3/13/201224806VC++: 61. 아이태니엄(IA64: Itanium) 에서 겪은 C++ 포인터 연산 문제 [2]1264정성태3/10/201244123.NET Framework: 313. WELL512 난수 발생 알고리즘 - C# [5]11263정성태3/9/201222941개발 환경 구성: 148. tinyget 사용법1262정성태3/8/201243823개발 환경 구성: 147. .keystore 파일에 저장된 개인키 추출 방법과 인증기관으로부터 온 공개키를 합친 pfx 파일 만드는 방법 [1]1261정성태3/7/201224515Phone: 2. 개발자용 윈도우 폰 7 기기 등록하는 방법1260정성태3/6/201224385Phone: 1. 윈도폰 7 개발자 (회사) 등록하는 방법 [3]1259정성태3/4/201235909Windows: 57. 새로 추가된 네트워크 커널 디버깅 및 PowerShell 3.0 [1]1258정성태3/3/201237493개발 환경 구성: 146. SQL Server 2012에 포함된 LocalDB 기능 소개 [3]11257정성태3/3/201225736.NET Framework: 312. Native 스레드와 Managed 스레드 개체의 상태 관계 [1]11256정성태3/3/201229226Math: 5. Euler's totient function - C#11255정성태3/3/201231600Math: 4. 소수 판정 및 소인수 분해 소스 코드 - C# [1]11254정성태3/1/201226586Windows: 56. Windows 8 Consumer Preview를 사용해 보고... [1]1253정성태3/1/201228076VS.NET IDE: 71. Visual Studio 11 Ultimate 베타 설치 [3] ... [151] 152 153 154 155 156 157 158 159 160 161 162 163 164 165 ...