ASP.Net Membership.DeleteUser

前端 未结 7 2042
感情败类
感情败类 2021-02-06 03:19

In testing, the user on a db i\'ve used was a big jefe. In production, he only has Execute.

When I called,

Membership.DeleteUser(user)

7条回答
  •  北恋
    北恋 (楼主)
    2021-02-06 04:06

    I also had this issue and it was caused by missing views, to correct I just used the create script from another database and recreated all the vw_aspnet_* views.

提交回复
热议问题