ASP.NET MVC3 的 ASP.NET 成员资格表

发布于 2024-11-08 19:34:49 字数 133 浏览 1 评论 0原文

我有一个使用 ASP.NET 成员资格提供程序在服务器上运行的 ASP.NET 应用程序。我想为我的 ASP.NET MVC3 应用程序使用相同的数据库。

我只需要更改 Web.Config 文件中的连接字符串吗?我尝试过,但没有运气。

I have a ASP.NET application running on the server using ASP.NET membership provider. I would like to use the same database for my ASP.NET MVC3 application.

Do I only need to change the connection string in the Web.Config file? I tried that but no luck.

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

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

发布评论

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

评论(1

平安喜乐 2024-11-15 19:34:49

这取决于您的会员提供商的实施方式。
您可能必须创建自己的会员资格提供程序实现,以便两个应用程序共享相同的数据表。

检查本指南如何执行此操作:
http: //www.danharman.net/2011/06/23/asp-net-mvc-3-custom-membership-provider-with-repository-injection/

This depends on how is implemented your membership provider.
You might have to create your own implementation of memmbership provider for the both applications to share the same data tables.

check this guide how to do this:
http://www.danharman.net/2011/06/23/asp-net-mvc-3-custom-membership-provider-with-repository-injection/

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