Database Security for Sync Framework / Occasionally Connected Apps?

发布于 2022-09-05 15:43:03 字数 620 浏览 12 评论 0

My company is building an occasionally connected app, and we're thinking about using the Microsoft Sync Framework.

From what I can tell, though, clients are required to connect directly to the database server in order to sync. This sounds like a security hole. I could use a VPN to connect to the server, I guess, but my database is on EC2, and we've wasted lots of effort trying to get a VPN solution work on EC2 to no avail. I've read plenty of other tales, confirming that software VPNs on Windows/EC2 don't work.

Any suggestions on how to architect this Occasionally Connected App?

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

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

发布评论

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

评论(1

ι不睡觉的鱼゛ 2022-09-12 15:43:03

Clients do not need to connect directly to the database. It's very easy to sync over a WCF service using wsHttp or netTcp bindings.

See the tag Faq here: https://stackoverflow.com/tags/microsoft-sync-framework/info

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