我的新ASP。NET MVC Web应用程序工作在我的开发工作站,但不运行在我的Web服务器…
描述:在处理此请求所需的配置文件时发生错误。请检查下面的特定错误详细信息,并适当修改配置文件。
解析器错误信息:无法加载文件或程序集` System.Web。Mvc,版本=1.0.0.0,文化=中性,PublicKeyToken=31bf3856ad364e35'或其依赖项之一。系统无法找到指定的文件。
源错误:
Line 44: <add assembly="System.Web.Abstractions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
Line 45: <add assembly="System.Web.Routing, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
Line 46: <add assembly="System.Web.Mvc, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
Line 47: <add assembly="System.Data.DataSetExtensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
Line 48: <add assembly="System.Xml.Linq, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
源文件: C:\inetpub\www.example.org\web.config 线: 46
组件负载跟踪:下面的信息可以帮助确定为什么程序集` System.Web. web。Mvc,版本=1.0.0.0,文化=中性,PublicKeyToken=31bf3856ad364e35'无法加载。
WRN: Assembly binding logging is turned OFF. To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1. Note: There is some performance penalty associated with assembly bind failure logging. To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].
版本信息: Microsoft .NET Framework版本:2.0.50727.3053;ASP。净版:2.0.50727.3053
我需要在服务器上安装AspNetMVCBeta-setup.msi吗?或者服务器有不同的安装程序?