윈도우7에서 WebDAV 가 연결되지 않을때 문제 해결방법
레지스트리 편집기를 열어 아래 위치를 찾는다
실행 > regedit
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WebClient\Parameters
아래 키의 값을 1에서 2로 수정한다.
키 이름 : BasicAuthLevel
값(Value) : 2
(키 이름이 없다면 새로 만들기 -> DWORD Value)
각 값이 의미하는 것은 다음과 같다
0 - Basic authentication disabled
1 - Basic authentication enabled for SSL shares only
2 or greater - Basic authentication enabled for SSL shares and for non-SSL shares
레지스트리 편집기를 닫고, 컴퓨터를 재시작 한다.