asp.net-mvc – 如何将SQL CE 4 CTP部署到共享主机?

前端之家收集整理的这篇文章主要介绍了asp.net-mvc – 如何将SQL CE 4 CTP部署到共享主机?前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
如何使用EF4将sql CE 4.0部署到ASP.NET MVC 2.0的共享托管服务提供商?

我在我的bin文件夹中包含System.Data.sqlServerCe.dll和amd64 x86目录,但是不断找到“.net提供程序”.我意识到它目前在CTP,但这只是为了测试目的.我的项目主机配置为.net 4.0

解决方法

使用Visual Studio 2010,现在可以通过使用“可部署依赖关系”将sql CE 4部署到共享托管环境.您不需要手动将dll复制到您的bin文件夹或修改您的web.config.这两个都是为你完成的.

“We can include required assemblies in a Web site or Web Application project with a few simple steps. You right click the project node in Solution Explorer and select ‘Add Deployable Dependencies…’ context menu item.”

Deployable Dependencies http://blogs.msdn.com/cfs-filesystemfile.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-63-56-metablogapi/4403.MenuItem_5F00_1.png

(http://blogs.msdn.com/b/webdevtools/archive/2011/01/06/how-to-bin-deploy-sql-compact-edition-4-0-and-razor-web-projects.aspx)

原文链接:https://www.f2er.com/aspnet/245774.html

猜你在找的asp.Net相关文章