アプリケーションのデプロイ方法
Visual Studio を使用してローカル ファイル システムに発行します。
運用サーバー (IIS) でアプリケーションを作成する
ファイルを app ディレクトリにコピーします
本番サーバーでエラーが発生しました。
Server Error in '/' Application.
Parser Error
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.
Parser Error Message: The disk structure is corrupted and unreadable.
Source Error:
Line 1: <div class="row-fluid">Line 2: <div id="graph" class="span24">Line 3: </div>
Source File: /Views/ProductionOrder/ProductionOrderFlow.cshtml Line: 1
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.272
ファイルシステムを確認しましたが、エラーは見つかりませんでした。
テンプレート ファイルは、メモ帳で正常に開くことができます。
他に考えられる理由はありますか?