묻고답하기

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 남기남
한재철 질문 드립니다,,,  
일장춘몽 메인페이지에 가로세로 200픽셀정도의 메모장에 대해 문의드립니다. [2] 2007.08.10
강재석 외부로그인 기능... 아시는 분 꼭꼭 부탁합니다~  
김규찬 사진...  
김일신 제로보드에서 게시판이요..  
세나 홈페이지 방명록 아이콘 작업시  
최성이 만들어놓은 웹페이지의 HTML를 퍼가지못하게 막는방법을 알려주세요~! [3] 2007.08.10
양수철 네이버 블로그처럼.. [1] 2007.08.10
둥이 마우스 오버후 마우스가 아웃 될때는 명령을 어떻게 주나요??? [1] 2007.08.10
sean input 창안에 이미지 [1] 2007.08.10
wlduddid 영상-애니메이션을 공부하는 학생입니다. [1] 2007.08.10
김경동 아이프레임으로 최근게시물모두 달았습니다 겔러리를 클릭할때~! [1] 2007.08.10
세나 하이퍼 링크의 점선 [1] 2007.08.10
최성이 ''바로가기''로 뜨는 작은아이콘을 디자인하는 방법과 소스를 알려주세요~! [1] 2007.08.10
세나 하이퍼 링크의 점선  
박형준 제가 winapm쓰는데요` [4] 2007.08.10
김동영 홈페이지의 첫 화면과 게시판이 들어있는 페이지의 위치가 달라요 [1] 2007.08.10
webzang 제로보드와 php연동관련 질문.. [1] 2007.08.10
김성민 게시판형 겔러리가 아닌 겔러리 만들기.. [2] 2007.08.10
오진호 phpmyadmin 메인화면이 이상하네요. [2] 2007.08.10
서지호 php안에서 글자간에 간격 줄려면 [3] 2007.08.10
티틴 스트리밍 서버 관련 질문좀드릴께요. [2] 2007.08.10
댣군 $HTTP_REFERER [3] 2007.08.10
말리~ 테이블 위치가,,,  
김승한 찾고 있는 폰트가 있어서 질문드려요  
야레 주소를 줄였을때의 로그인 문제..  
고은미 프린트시 오른쪽이 전부 나오게 만드는 방법  
카카로트 내용에 따라 늘어나는 ..... [2] 2007.08.10
문성근 디시인사이드 메뉴바 만들기.. 왜 안되는 거죠?  
davi 글이나 이미지를 클릭하면 바로 옆에 숫자가 올라가는 소스??