묻고답하기

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 남기남
강군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
shyduke 지정된 시간에만 노출되는 배너 또는 팝업  
꽃뀨 이거 왜그런걸까요 ㅠㅠ file  
아싸로또1등맞고싶어 익스8~9 에서 Jquery 뻥? 크로스브라우징? css핵? [1] 2013.11.26 by BonaSera
XOMPM 관리자 페이지에서 문서나 댓글의 수정,삭제가 안되요. file  
SwiftCurrent 무엇인가 저장시 페이지가 없다거나 파일 첨부가 안됩니다.  
앵앵이 게시글 무조건 비밀로 [1] 2013.11.26 by 때린데 또때려
ㅀㄹ호호 Elkha - XE Official Skin 게시판 스킨 변경과 관련하여 질문 드립니다 file  
ㅀㄹ호호 사이트PC버전은 잘 되는데 모바일버전에서 메뉴 버튼을 눌러도 아무것도 안 뜹니다  
마이꿈이 insertMapping DB처리 실패  
마틴킴 아주 기본적인 질문이지만, 갤러리 목록.  
쿡래빗 쿼리 질문드립니다... [1] file 2013.11.25 by 쿡래빗
늅늅이 이런페이지 뜨면  
일용직노동자 상단 리스트 제목변경 질문드립니다.  
rallablue (해결) sketchbook5 게시판 쓰는데요 아이피문제  
포쿠쿠 게스트북에서 사용자이름 패스워드 이메일 없이 등록되게끔...