Windows 배포 서비스 (Windows Deployment Server - WDS) 구성시 아래 오류와 같은 오류는 공유 폴더 문제로 발생 1. 파일 이름, 디렉터리 이름 또는 볼륨 레이블 구문이 잘못되었습니다. - The file name, directory name, or volume label syntax is incorrect. 2. 네트워크 이름을 찾을 수 없습니다. - The Network name not found. 3. 처리 방법 - Powershell 사용 Set-ItemProperty -Name AutoShareServer -Path HKLM:\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters -Value 1 Set-ItemPro..
분류 전체보기
* vcredist_x86 9.0.30729.6161 버전 다운 받아 레지스트리 수정하여 하위 버전으로 처리하는 자동 스크립트 실행 후 재부팅이 필요합니다. * Windows 10 에 기본 설치된 VC90의 버전 9.0.30729.9625 의 경우 설치 파일을 따로 구할 수 없어 삽질은 내 운명 :: dism 복구 (tistory.com) 로 처리 해야 함. * 레지스트리 혹은 특정 버전을 설치하여도 동적 참조 로 개발된 프로그램 (LiteCad, AnySign For PC→ 금융 관련 프로그램?) 등의 실행이 불가능 함. * Microsoft Visual C++ 2008 의 경우 지원 종료로 인해 보안 프로그램에서 삭제 처리하는 것이 아닌지 검토 필요 * 9.0.30729 버전에서 설치 가능한 버전은 ..
* IIS에서 Visual SVN Server로 Reverse Proxy 설정시 특정 HTTP 동사(COPY, MOVE)에서 HTTP 502 Gateway 관련 내용 발생 * HTTP_DESTINATION 서버 변수 등록 및 사용 관련 내용 참조 * 샘플용 web.config (인바운드만 참조) * 외부 접속 주소 (샘플) : svn.test.com * 내부 Visual SVN Server 접속 주소 : 127.0.0.1:8080
IIS의 ARR(Application Request Routing) 사용시 Cache를 비활성화 하는 내용 1. IIS 설정화면 -> 좌측에서 서버 선택 -> 우측화면에서 Application Request Routing 선택 2. Cache Control Rules 3. 작업 에서 Add 버튼을 눌러 화면이 열리면 Apply Rule: Always Do not cache 선택 URL : * 4. IIS 설정화면 -> 좌측에서 서버 선택 -> 우측화면에서 URL 재작성(URL Rewrite) 선택 5. 3 번까지 설정한 경우 Url Rewrite 에 ARR_CacheControl_{GUID} 로 Inbound 규칙이 추가되어 있음. 서버 변수 보기 진입 6. RESPONSE_Pragma 서버 변수 추가 ..
에러 종류 Content Type text/xml; charset=utf-8 was not supported by service [http://localhost/WS/AppSVC.svc.] The client and service bindings may be mismatched. The HTTP request was forbidden with client authentication scheme ‘Anonymous IIS Application Pool 이 64bit로 실행하면 500 에러가 발생하는 경우 (32bit 로만 실행되는 경우 ) ISAP 모듈에서 하기 4가지만 남기고 모두 삭제 구버전 ISAP 모듈과 함께 등록되어 있는 경우 아래 항목을 제외하고 모두 제거 모듈이 없는 경우아래 명령 실행 c:\..
Microsoft.Identity.Client.MsalServiceException: 'AADSTS1002016: You are using TLS version 1.0, 1.1 and/or 3DES cipher which are deprecated to improve the security posture of Azure AD. Your TenantID is: {0}. Please refer to https://go.microsoft.com/fwlink/?linkid=2161187 and conduct needed actions to remediate the issue. For further questions, please contact your administrator. Trace ID: {0} Corr..