如何同步两个 ASP.NET 会员数据库
我有一个本地和天蓝色的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这对于 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.