问题描述
您能帮我如何将asp.net mvc3应用程序安装到服务器吗?我使用实体框架在本地计算机上安装了dove lope mvc3应用程序,它在本地计算机上运行良好,我上传到服务器并测试了它是否显示了一些错误,例如
Unable to load the specified Metadata resource.
\"Description: An unhandled exception occurred during the execution of the current web request.
Please review the stack trace for more @R_999_4045@ion about the error and where it originated in the code.
Exception Details: System.Data.MetadataException: Unable to load the specified Metadata resource.
Source Error:
An unhandled exception was generated during the execution of the current web request. @R_999_4045@ion regarding the origin and location of the exception can be identified using the exception stack trace below.
我只上传了发布文件...
为什么显示这样的错误,请帮助我...。
解决方法
看起来像实体框架异常。此链接可能会有所帮助。您是否在此MVC应用程序中使用实体框架?