게임에 관한 글 작성시 단순 이상증상외에 컴퓨터 사양이나 운영체제종류
네트워크 문제라면 공유기 사용여부등등 구체적으로 문제를 파악해볼수 있는
내용들을 함께 적어주세요

긴 내용의 글 작성시 로그인이 풀려 작성된 글이 날아갈수 있으니 자주자주 저장하거나
html편집기 보기를 눌러 내용을 복사를 해 놓으시기 바랍니다.

신스님꼭좀알아봐주세요..

조회 수 191 추천 수 0 2004.11.29 21:20:02
Server Error in '/ZoneServices' 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>


존을접속을하는데 로긴하는페이지를누그면 이글이뜨는데 왜그런지아세여..?


댓글 '2'

guy

2004.11.29 22:36:45

저도 그랬는데 그 창 닫고 다시 들어갔더니 되더군요.

마징가

2004.11.30 05:46:10

저는다시닫고잽팅한뒤에도안되던데-_-;;;
문서 첨부 제한 : 0Byte/ 50.00MB
파일 크기 제한 : 50.00MB (허용 확장자 : *.*)
List of Articles
번호 제목 글쓴이 날짜 조회 수sort