我是否需要安装 SQL Express 才能在 App_Data 中使用 MDB

发布于 2024-09-25 10:08:30 字数 96 浏览 3 评论 0原文

如果我有一台安装了 ASP.NET 3.5 的服务器,但没有人明确安装 SQL Express。我的 Web 应用程序是否仍可以连接到 App_Data 文件夹中的 MDF 文件

If i have a server with ASP.NET 3.5 installed, where no one explicitly installed SQL Express. Can my web application still connect to an MDF file in the App_Data folder

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

如梦 2024-10-02 10:08:30

否,您需要安装 SQL Express,请参阅 http://msdn.microsoft.com/ en-us/library/ms165716.aspx

您始终可以将数据库部署到另一台安装了 SQL Server 的服务器。只需更新连接字符串即可。

如果您使用的是 SQL CE 4,则可以执行此操作,http://weblogs.asp.net/scottgu/archive/2010/06/30/new-embedded-database-support-with-asp-net.aspx

No, you need SQL Express installed, see http://msdn.microsoft.com/en-us/library/ms165716.aspx.

You could always deploy your DB to another server which has SQL Server installed though. Just have to also update connection string.

You can do this if you are using SQL CE 4 though, http://weblogs.asp.net/scottgu/archive/2010/06/30/new-embedded-database-support-with-asp-net.aspx

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文