묻고답하기

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 남기남
필살인생 회원목록에서 가입일과 최근로그인 날짜가 같은 회원만 찾아서 지우고 싶습니다.  
미소바다 게시판 생성이 안됩니다. ㅠㅠ  
아린부품 스팸성 댓글 및 엮인 글 한꺼번에 지우는 방법 좀 알려주세요~  
최태진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  
OEZ 여기 이소스 문제가 먼지..;;;ㅠㅠ 안나오네요;;ㅋㅋ  
아이구머리 스케치북 모바일의 목록에서 조회수, 추천수가 보이지않아요ㅠ