Asp.Net 成员资格错误

发布于 2024-09-25 09:19:10 字数 391 浏览 0 评论 0原文

我有两个数据库,它们在结构上互为镜像。数据是唯一不同的。当我尝试登录第二个数据库时,我不断收到此错误 -

的 System.web.security.sqlmembershipprovider 需要兼容的数据库模式 与schma版本'1'但是 当前数据库架构不是 与此版本兼容。您可以 需要安装兼容的 架构与 aspnet_regsql.exe 或 将提供商升级到更新的版本 版本

当我检查 dbo.aspnet_SchemaVersions 时,我看到以下内容:

common 1 True 健康监测 1 真 会员资格 1 真实 个性化 1 正确 配置文件 1 真实 角色管理器 1 True

问题是什么?

I have 2 databases that a mirrors of eachother schmatically. The data is the only thing that is different. When I try to log into the second database I keep getting this error -

The
System.web.security.sqlmembershipprovider
requires a database schema compatible
with schma version '1' However the
current database schema is not
compativle with this version. You may
need to wither install a compatible
schema with aspnet_regsql.exe or
upgrade the provider to a newer
version

When I check the dbo.aspnet_SchemaVersions I see the following:

common 1 True
health monitoring 1 True
membership 1 True
personalization 1 True
profile 1 True
role manager 1 True

What is the issue?

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

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

发布评论

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

评论(1

讽刺将军 2024-10-02 09:19:10

确保两个应用程序使用相同版本的 ASP.NET 和成员资格提供程序。

Ensure that both applications are using the same version of ASP.NET and the Membership provider.

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