Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我编写了一个 Web 应用程序,它使用连接到 SQL 服务器的 Microsoft 内置成员身份验证。我想知道使用同一个数据库对来自 iOS 应用程序的用户进行身份验证的最佳方式是什么?最终,我想创建一个应用程序打开的登录面板,它将根据我已经拥有的成员资格数据库验证用户名/密码。
这是可能的,还是有更好的方法来解决这个问题?
您应该编写一个 ASP.NET 或 WCF Web 服务来抽象出使用相同成员资格提供程序配置的数据库调用。