如何同步两个 ASP.NET 会员数据库

发布于 2024-12-10 17:35:47 字数 140 浏览 0 评论 0原文

我有一个本地和天蓝色的 ASP.NET 会员数据库。我需要同步它们。想知道是否有人找到了一种简单的方法来做到这一点?表结构看起来很简单,但更愿意从 azure 拉取而不是推送。是否有我现在不知道的例程或工具可以执行此操作?

谢谢

-肯

I have a local and an azure ASP.NET Membership database. I need to be sync them both. Wondering if anyone has found a easy way to do this? The table structure seems simple enough but would rather pull from azure than push. Is there a routine or tool I do not know about to do this by now?

Thanks

-Ken

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

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

发布评论

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

评论(1

掩于岁月 2024-12-17 17:35:47

这对于 Microsoft Sync Framework 来说是一个合适的工作。

您创建一个服务或计划任务来进行必要的调用。让它在您的服务器上运行,您可以从 Azure 数据库中提取数据并与本地数据库同步。它可以设置为以一种方式或两种方式同步。

This would be a suitable job for the Microsoft Sync Framework.

You create a service or scheduled task that makes the necessary calls. Have this running on your server and you can pull from the Azure database and sync with the local one. It can be set up to sync one way or two ways.

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