How to obtain email address with window authentication

后端 未结 4 1177
礼貌的吻别
礼貌的吻别 2020-12-21 01:28

I am designing a web application using the ASP.net MVC framework. I would like to use Windows Authentication and do Role Checks using the Role Manager SQLRoleProvider.

4条回答
  •  春和景丽
    2020-12-21 01:55

    The asp.net membership services database is just a database, which you can execute a query against directly. I dont think the default membership provider has a way to get the email address however.

提交回复
热议问题