'/' アプリケーションでサーバー エラーが発生しました。

Post your questions about VPN Gate Academic Experiment Service here. Please answer questions if you can afford.
Post Reply
valapsp
Posts: 2
Joined: Thu May 02, 2013 10:37 pm

'/' アプリケーションでサーバー エラーが発生しました。

Post by valapsp » Sun May 05, 2013 4:45 am

Hey guys, I get this error page when trying to download a config file or even opening VPN gate's website. (Right now it's a magic that I'm able to open the forums) This is the whole message that appears:


'/' アプリケーションでサーバー エラーが発生しました。
--------------------------------------------------------------------------------


ランタイム エラー
説明: サーバーでアプリケーション エラーが発生しました。このアプリケーションの現在のカスタム エラー設定では、セキュリティ上の理由により、アプリケーション エラーの詳細をリモート表示できません。ただし、ローカル サーバー コンピューターで実行されているブラウザーで表示することはできます。

詳細: このエラー メッセージの詳細をリモート コンピューターで表示できるようにするには、現在の Web アプリケーションのルート ディレクトリにある "web.config" 構成ファイル内に、<customErrors> タグを作成してください。その後で、この <customErrors> タグで "mode" 属性を "off" に設定してください。



<!-- Web.Config 構成ファイル -->

<configuration>
<system.web>
<customErrors mode="Off"/>
</system.web>
</configuration>


メモ: 現在表示されているエラー ページをカスタム エラー ページに変更するには、アプリケーションの <customErrors> 構成タグの "defaultRedirect" 属性をカスタム エラー ページ URL に置き換えます。



<!-- Web.Config 構成ファイル -->

<configuration>
<system.web>
<customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
</system.web>
</configuration>
You do not have the required permissions to view the files attached to this post.

Post Reply