본문 바로가기
개발언어/ASP.NET

HTTP Error 403.14 - Forbidden The Web server is configured to not list the contents of this directory.

by 엔돌슨 2011. 5. 1.
반응형

ASP.NET HTTP Error 403.14 에러


Visual Stdio 2010으로 웹게시 후에 에러가 발생하였습니다. HTTP Error 403.14 - Forbidden The Web server is configured to not list the contents of this directory. 에러로 웹게시한 페이지가 동작하지 않았습니다. 구글링으로 검색을 해보니 캡쳐까지 올려준 상세한 설명 땡큐하게 해결하였습니다.

참고한 사이트
http://www.smallworkarounds.net/2010/01/http-error-40314-forbidden-web-server.html


에러 내용


HTTP Error 403.14, IT, ASP.net, IIS, Forbidden The Web server is configured to not list the contents of this directory., HTTP Error 403.14 - Forbidden The Web server is configured to not list the contents of this directory.


HTTP 오류 403.14 - Forbidden
웹 서버가 이 디렉토리의 내용을 표시하지 못하도록 구성되어있습니다.


If you are using IIS 7 then you probably might face this error.It’s a little frustrating when such errors occur and simple IIS 6 or IIS 5.1 users when it was really simple to configure and run a website, those users feel really hooked up.

I myself faced a lot of issues but as you progress with IIS 7 you will find it simple to configure and very easy to manage.

As far as this issue is concerned in the earlier versions of IIS we used to just set the directory browsing checkbox to be checked in order to enable directory browsing on the virtual directory or the website, its really simple in IIS 7 also just click the directory browsing option in the configuration section and on the right side of the directory browsing view you will find enable by default directory browsing is disabled.It will be more clear from the below image.




ASP.NET HTTP Error 403.14 에러 해결책


HTTP Error 403.14, IT, ASP.net, IIS, Forbidden The Web server is configured to not list the contents of this directory., HTTP Error 403.14 - Forbidden The Web server is configured to not list the contents of this directory.


인터넷 관리자에서 사이트를 눌러 줍니다. 사이트의 Directory Browsing 아이폰을 더블 클릭하여 줍니다.



HTTP Error 403.14, IT, ASP.net, IIS, Forbidden The Web server is configured to not list the contents of this directory., HTTP Error 403.14 - Forbidden The Web server is configured to not list the contents of this directory.


Directory Browsing 의 Long date을 Enable(사용)로 활성화 시켜줍니다. 그다음 ASP.NET을 눌러보면 ASPX 시작페이작 없어도 디렉토리 브라우징을 하여 사이트가 뜨는 것을 알 수 있습니다. This will solve your Directory Browsing issue for IIS 7.Stay tuned for more on IIS 7 tips and tricks series.