灯开关用户和角色与角色应用数据库
我可以看到 lightswitch 的内部数据库称为“ApplicationDatabase”,如果您查看 Vs10 外部的目录结构,数据库位于 bin 文件夹中。
有谁知道我如何扩展 lightswitch 中的用户和角色功能?我需要能够关联用户所属的“商店”,以便当他们进行身份验证时,我可以将商店参数传递给我创建的查询。
I can see that the internal database for lightswitch is called "ApplicationDatabase" and if you look inside the directory structure outside of Vs10 the database is in the bin folder.
Is anyone aware of how I would extend the users and roles function in lightswitch? I need to be able to associate which "store" a user belongs to so that when they authenticate I can pass in the store parameter to the queries I have created.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
LightSwitch 使用与 ASP.NET 和其他 Microsoft 技术相同的成员资格框架。我写了这篇博文 关于如何将数据链接到用户登录的主题;希望这能让您开始了解这个主题。
LightSwitch uses the same Membership framework that is used by ASP.NET and other Microsoft technologies. I've written this blog post on the topic of how to link data to user logins; this should hopefully get you started on this topic.