如何部署应用程序?
我们的生产服务器出现了错误。
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我检查了文件系统,没有发现错误。
可以使用记事本成功地打开模板文件。
还有其他可能的原因吗?
发布于 2013-06-03 06:54:58
如果您使用共享文件夹来复制文件,您可以从超级用户:link中检查这个答案。您的文件可能由于安全原因而被阻止。右击根文件夹和属性,以检查这一点。
第二个选项可能是替换服务器的硬盘驱动器。
第三个选项可能是计算机和活动计算机之间的不同文件编码。
https://stackoverflow.com/questions/16891260
复制相似问题