Problem with Login control of ASP.NET

后端 未结 13 1084
春和景丽
春和景丽 2021-01-03 00:38

I set up a website to use SqlMembershipProvider as written on this page.

I followed every step. I have the database, I modified the Web.config to use this provider,

13条回答
  •  一向
    一向 (楼主)
    2021-01-03 01:20

    @Jon: I'm not using roles yet. If I check the Web Admin Tool, it says: Roles are not enabled .

    @Rob: Yes, it is there.

    I also checked the events in order: LoggingIn, Authenticate, LoggedIn, so it is following the correct path, but no redirect and it does not see that it was authenticated.

提交回复
热议问题