묻고답하기

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 남기남
앵앵이 게시글 무조건 비밀로 [1] 2013.11.26 by 때린데 또때려
ㅀㄹ호호 Elkha - XE Official Skin 게시판 스킨 변경과 관련하여 질문 드립니다 file  
ㅀㄹ호호 사이트PC버전은 잘 되는데 모바일버전에서 메뉴 버튼을 눌러도 아무것도 안 뜹니다  
마이꿈이 insertMapping DB처리 실패  
마틴킴 아주 기본적인 질문이지만, 갤러리 목록.  
쿡래빗 쿼리 질문드립니다... [1] file 2013.11.25 by 쿡래빗
늅늅이 이런페이지 뜨면  
일용직노동자 상단 리스트 제목변경 질문드립니다.  
rallablue (해결) sketchbook5 게시판 쓰는데요 아이피문제  
포쿠쿠 게스트북에서 사용자이름 패스워드 이메일 없이 등록되게끔...  
rallablue 모바일이 먹통이에요 [1] 2013.11.25 by CI
XE클라우드 일반설정에 사이트제목을 레이아웃에서 어떻게 불러오나요? {$siteTitle} [1] 2013.11.25 by CTN
필살인생 회원목록에서 가입일과 최근로그인 날짜가 같은 회원만 찾아서 지우고 싶습니다.  
미소바다 게시판 생성이 안됩니다. ㅠㅠ  
아린부품 스팸성 댓글 및 엮인 글 한꺼번에 지우는 방법 좀 알려주세요~  
최태진814 데이터 이전에대해서 질문 드립니다..^^  
epxilone 디폴트 게시판 설정중 "사용자 정의"에 대해 질문 입니다.  
비상하는꿈 모바일 홈페이지 설정 좀 알려주세요 [1] 2013.11.24 by 업글
손똥구리 설치후 사이트디자인설정에서 창 오른쪽이 잘립니다 file  
때린데 또때려 php 업데이트 방법을 알려주세요 [1] 2013.11.24 by 때린데 또때려
안드로이더스스 백업질문합니다  
아싸리방가 댓글 끝페이지 부터 보는방법  
하얀3 여기 묻고답하기와 똑같이 카테고리를 만들려면요? [1] file 2013.11.24 by KrteamENT
안드로이더스스 사이트 백업할려면 무엇이 필요한가요 [1] 2013.11.24 by KrteamENT
안드로이더스스 스케치북 게시판 질문이요 ㅎ [1] file 2013.11.24 by KrteamENT
나뚜르 XE의 어떤 페이지에서도 이미지 파일을 업로드하면 장애가 발생합니다. [1] file 2013.11.24 by KrteamENT
myone072 웹트래픽 용량좀 줄이는 방법이나 덜 쓰는 팁좀 알려주세요 ㅠㅠㅠㅠ [1] 2013.11.24 by 만나나나
원조바다새 텍스타일에서 모바일로.... [2] 2013.11.24 by 원조바다새
Sean_ 고수님들의 도움이 필요합니다. 회원검색모듈.. file  
Crassus 1.5x에서 1.7.3.6으로 업데이트 후에 모듈 업데이트가 안됩니다. file