Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ASP.Net 3.5 を使用してアプリケーションを作成しました。しかし、サーバーにアップロードすると、「500 internal server error」というメッセージが表示されます。
カスタム エラー プロパティが何も設定されていない場合、または に設定されている場合、ASP.Net は 500 を表示しますOn。
On
これを web.config に追加して、実際のエラーを確認します。
<customErrors mode="Off" />
実際のエラーが何であるかがわかったら、それを修正することができます。
これは非常に一般的なエラーです。
IISログとイベントログから始めます。