태그별 글 목록: IIS

IIS 6: IIS Admin service terminates with 0x8021080A

IIS Admin service terminates with 0x8021080A Posted in IIS, TechSupport, Windows by rip747 on August 6, 2008 After having some disk problems, I tried to start my development service and low and behold the World Wide Web publishing service wouldn’t start. Seems that the IIS Admin service (which the WWW service depends on) was terminating with an error code of …

더 읽기 »

Exchange Server 2016: OWA is not opening on Google Chrome (ERR_SPDY_INADEQUATE_TRANSPORT_SECURITY ERROR)

Microsoft Edge(or Internet Explorer)에서는 OWA(Outlook Web App)이 잘 열리는데… Chrome에서는 ERR_SPDY_INADEQUATE_TRANSPORT_SECURITY 오류가 난다. 검색해보니… ERR_SPDY_INADEQUATE_TRANSPORT_SECURITY I had the exact error with Windows Server 2016 and Exchange 2016 CU3 using a self-signed certificate on a fresh test environment. I’ve resolved it using iiscrypto (https://www.nartac.com/Products/IISCrypto GUI) chose the “Best Practice” option. After rebooting, the OWA login form showed up. I hope the …

더 읽기 »

IIS 8.0 Administration and Troubleshooting 교육 2일차

Fiddler 데모 HTTP.SYS의 Response Cache는 Static 파일(HTML, JPG, GIF 등)에 대해 3/10 secs 요청에 대해 처리 -> Kernel 모드이기 때문에 비용이 절감됨(User Mode로 넘어가는 것 자체가 비용이 많이 듬) -> 중요한 대목 컨텐츠 만료일이 지나기 전에는 페이지 내용이 갱신되지 않음(서버에 요청하지 않아 서버 부담이 줄어듬) [Recycling] 문제가 생기는 것을 예방하기 위해: 앱이 문제 없이 개발되었다는 것을 장담하지 못하기 때문 사용자가 …

더 읽기 »

IIS 8.0 Administration and Troubleshooting 교육 1일차

강사: 한국 MS CSS팀 최문혁님 [가장 조심할 점] 배포 시 web.config까지 배포하면 Debug가 True가 됨. 예외가 생겼을 때 False이면 Connection Timeout이 됨 True이면 프로세스가 끝나지 않음 Debug가 True -> 성능 상으로 30% 지연 생김 각각에 대한 코드가 메모리에 올라갔을 때 step과 heap 사이에 디버그 정보를 넣어서 성능상 이슈가 생김 접속을 하면 IE에서 하얀 화면에서 뱅글뱅글 기다리는 현상이 생기게 됨 Default …

더 읽기 »

IIS7: URL 재작성 사용하기(서브 도메인 간 리디렉션)

환경: Windows Server 2008 R2 / IIS 7 sub.aa.bb.com 에서 aasub.bb.com 으로 웹 주소 리디렉션 하기 1. URL Rewrite 다운로드 http://www.iis.net/downloads/microsoft/url-rewrite 에서 URL 재작성 2.0을 다운로드하자. 아래로 스크롤하면 Korean 부분이 있다. 나에게 맞는 설치 방법을 택하자. 6.1MB 크기의 rewrite_x64_ko-KR.msi 를 다운로드하여 바로 설치했다. 오래되어 보이는 IIS 로고… 흑백이다! 윈도우 95 시절 느낌… IIS 관리자(inetmgr)를 실행하면 ‘URL 재작성’이 보인다. 여기서 바로 …

더 읽기 »