VS2010 中的 ASP.NET 用户/角色管理 - 跳过 SQL Express 版本并直接进入 SQL Server 2008 R2

发布于 2024-10-15 05:36:10 字数 237 浏览 1 评论 0原文

当我学习 ASP.NET 用户管理的细节时,我了解到 VS 中的默认设置是使用 SQL Server Express .mdf 文件来获取所需的数据节省。当我部署站点时,这对我没有帮助,因为我在 IIS 7.5 服务器上运行 SQL Server 2008 R2。我知道我可以运行命令行工具来自动创建用户管理所需的数据库表,并将在我的开发计算机上执行此操作,但是我如何告诉 VS 中现有的开发代码忽略现有的 Express .mdf文件并查看新创建的数据库表?

As I'm learning the ins and outs of ASP.NET user management, I've learned that the default in VS is for it to use a SQL Server Express .mdf file for the data it needs to save. This won't help me for when I deploy my site, as I'm running SQL Server 2008 R2 on my IIS 7.5 server. I know that I can run a command line tool to automatically create the db tables necessary for user management, and will do that on my development machine, but how do I tell my existing, in development code in VS to ignore the existing Express .mdf file and look at the newly created db tables?

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文