Problem with Login control of ASP.NET

后端 未结 13 1082
春和景丽
春和景丽 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:05

    I ran into a similar problem a while ago, and I remember it was solved by not naming the login page "login.aspx". Just naming it something else (userLogin.aspx, for example) solved it for me.

提交回复
热议问题