ServerError??
◇-?|Server Error??-ひろん(2004/7/2-17:04)No.144732 ┗?!|Re:Server Error??...-プー太郎(2004/7/2-17:40)No.144742 ┗?!【解決】|Re:Server Error??...-ひろん(2004/7/2-22:02)No.144807
▲このページのトップに戻る
▲このページのトップに戻る
▲このページのトップに戻る
144732 | ?|Server Error?? | ひろん | 2004/7/2-17:04 |
メーカー名:SONY ソニー OS名:WindowsXP パソコン名:VAIO インターネット全般:ブラウザIE 使用回線:ADSL -- インターネットをしていて、別ウィンドウを開くと、 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> このように書いてあるページが表示されるのですが、 その後すぐに自分が見ようとしていたページが表示されます。 これが何なのか、まったく分からないので、 どなたか助けてください!お願いします。 |
▲このページのトップに戻る
144742 | ?!|Re:Server Error?? | プー太郎 | 2004/7/2-17:40 |
記事番号144732へのコメント こんにちは。 http://support.microsoft.com/default.aspx?scid=kb;EN-US;823379 こんなの見つけました。 あなたのPCとはあまり関係ないのでは?ネットサーバーの問題のようです。 |
▲このページのトップに戻る
144807 | ?!【解決】|Re:Server Error?? | ひろん | 2004/7/2-22:02 |
記事番号144742へのコメント 今、ネットをしてみたら、何ともなくなってました。 焦って書き込みしてしまってスミマセン。 プー太郎さん、ありがとうございました!! |
何か一言(本ページで参考になったならないを含めて残してあります)
◎:解決 ○:参考になった ×:参考にならなかった !:アドバイスあり
参考 | 回数 | 投稿日時 | 何か一言 |
---|