묻고답하기

Server Error in '/' Application.

Runtime Error

Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine. 

Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".

<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="Off"/>
    </system.web>
</configuration>

Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.

<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
    </system.web>
</configuration>


이런 페이지 뜨면 자동으로 메인으로 리다이렉트되게 할려면 .htaccess 수정해야 하나요?


수정해야 한다면 어떻게 수정해야 하나요? IIS 사용중입니다. 

글쓴이 제목 최종 글
XE 공지 글 쓰기,삭제 운영방식 변경 공지 [16] 2019.03.05 by 남기남
존덕 홈페이지 접속이 느립니다.  
xeqnz content 위젯에서 현재 콘텐츠를 가져오는 mid를 알려면..? [1] 2013.11.27 by KANTSOFT
본본 Textyle 도메인에 관한 질문입니다.  
Q&W운영자 게시판에 나타날 글 목록 수 알려주세요. [1] 2013.11.27 by 하얀3
포쿠쿠 모바일화면에서 글 목록 불러오는 More 눌렀을 시  
강군z 회원가입후 자동로그인 안되게 하는방법 알려주세요 (설명참조)  
아이구머리 자동줄맞춤 갤러리가 익스10에서 썸네일이 x박스가 생깁니다.  
필카페 통합검색이 오래된 문서를 찾지 못합니다.  
엑스이초보 글 번호를 제 맘대로 설정할 수 없을까요? [2] 2013.11.27 by CI
dreams 게시판관련질문있습니다 [7] 2013.11.27 by CI
jahong 크롬에서만 파일첨부 에러 [1] file 2013.11.27 by jahong
크로니 사이트메뉴 편집과 사이트 디자인설정 설정에러 file  
socialskyo 대댓글을 구하는 함수는 무엇인가요?  
김군개놈 지식인 모듈 모바일 페이지에서 답변글을 볼수가 없어요. [1] 2013.11.26 by 김군개놈
너부리야 페이지 메뉴에 jquery fadein 적용  
블랙카드 XE Core 1.7.3.6 버전 사용 중인데요 파일 첨부 버튼을 눌러도 무반응입니다!! 도와주세요! [2] file 2013.11.26 by 김군개놈
김샨 정말 쉬운 거 인데 저는 몰라요 가르쳐주세요 ㅜ [1] 2013.11.26 by XEMANIA
fdleo 메인 크기조절 질문입니다. [1] 2013.11.26 by 투씨
미르마법사 xe에서 사랑비 사용하시는 분들 계신가요..  
zombiman 글쓰기 실행 시 function procFileDownload() 라는 문구가 출력됩니다. [1] file 2013.11.26 by CI