TOP > Up > Today


Date:  Thu, 24 Jan 2008 01:35:37 +0900
From:  no@ann.co.jp
Subject:  [pasml 282049] ランタイムエラー「アプリケーションエラー」解決法を
To:  pasml@ann.co.jp
Message-Id:  <200801231635.m0NGZbV9002752@pas2.jp>
X-Mail-Count: 282049

名前: 猫もどき BBSから
質問:http://pasokoma.jp/43/lg437537#437537
携帯:http://pasokoma.jp/m?num=437537&ope=v
--
メーカー名:SONY ソニー 
OS名:WindowsXp 
パソコン名:PCV-W101
ソフト関連:ブラウザInternetExplorer 
使用回線:光 
--
今までごく普通にログイン出来ていた、Hotmailのページが突然
ランタイムエラーで出来なくなりました。
30日以内にログインしないとIDの存続が危ういため、大変焦っています!

MSNのクッキーや、一時ファイルの削除をしましたが、
何度やっても、英文の長い文章だけが出てしまいます。
(上半分が翻訳したもので、下半分が原文の英文となります)
大変困っておりますので、どうぞお助け下さい!
宜しくお願いします。m(_ _)m


''/'アプリケーションにおけるサーバ誤り。
--------------------------------------------------------------------------------
 
ランタイムエラー
記述: アプリケーションエラーはサーバに起こりました。 このアプリケーションのための現在のカスタム誤り設定は、アプリケーションエラーの詳細が離れて(安全保障上の理由で)見られるのを防ぎます。 しかしながら、ローカルサーバマシンで動いているブラウザはそれを見ることができました。 
 
詳細: この特定のエラーメッセージの詳細がリモートマシンで見えているのを可能にするには、現在のウェブアプリケーションに関するルートディレクトリに位置する&quot;web.config&quot;構成ファイルの中で&lt;customErrors>タグを作成してください。 そして、この&lt;customErrors>タグで、“Off&quot;に「モード」属性を設定するべきです。

&lt;--Web.Config構成ファイル-->
 
&lt;構成>
&lt;system.web>
&lt;customErrorsモード=&quot;Off&quot;/>
&lt;/system.web>
&lt;/構成>
 
注意: カスタムエラーページURLを示すようにアプリケーション(&lt;customErrors>)の構成タグの&quot;defaultRedirect&quot;属性を変更することによって、あなたが見ている現在のエラーページをカスタムエラーページに取り替えることができます。
 
&lt;--Web.Config構成ファイル-->
 
&lt;構成>
&lt;system.web>
&lt;&quot;RemoteOnly&quot;customErrorsモード=defaultRedirect=&quot;mycustompage.htm&quot;/>&lt;/
system.web>&lt;/構成>
 

 
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 &lt;customErrors> tag within a &quot;web.config&quot; configuration file located in the root directory of the current web application. This &lt;customErrors> tag should then have its &quot;mode&quot; attribute set to &quot;Off&quot;.


&lt;!-- Web.Config Configuration File -->

&lt;configuration>
    &lt;system.web>
        &lt;customErrors mode=&quot;Off&quot;/>
    &lt;/system.web>
&lt;/configuration>
 

Notes: The current error page you are seeing can be replaced by a custom error page by modifying the &quot;defaultRedirect&quot; attribute of the application's &lt;customErrors> configuration tag to point to a custom error page URL.


&lt;!-- Web.Config Configuration File -->

&lt;configuration>
    &lt;system.web>
        &lt;customErrors mode=&quot;RemoteOnly&quot; defaultRedirect=&quot;mycustompage.htm&quot;/>
    &lt;/system.web>
&lt;/configuration>
 



--
== 掲示板URL: http://pasokoma.jp/bbs ==
   配信の停止: http://pasokoma.jp/taikai
   本メールマガジンへの返信はなさらないで下さい
== 投稿はパソコン困りごと掲示板でお願い致します ===
    

TOP > Up > Today