获取特定会员提供商
有没有办法获取特定的成员资格提供程序?
当您调用静态 Membership
方法,它们查询您配置为 defaultProvider
的任何提供程序。是否可以获取对 web.config 中配置的特定提供程序的引用并仅针对该提供程序进行查询?
Is there a way to obtain a specific membership provider?
When you make calls to the static Membership
methods they query whatever provider you have configured as the defaultProvider
. Is it possible to get a reference to a specific provider that is configured in your web.config and query against only that provider?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,如果您在 web.config 中配置了多个提供程序,您可以按名称查找它们。
Yes, if you have multiple providers configured in your web.config, you can look them up by name.