Membership API redirects me to login page after successful authentication -


i'm using membership api forms authentication. sometimes, when user try go login.aspx page (for example www.mysite.com/login.aspx), there redirect event happening , address bar shows www.mysite.com/login.aspx?returnurl=login.aspx

i'm draw attention that: user enter login , password , redirected login page again.

i have tried reproduce bug under debug session, couldn't.

tell me please why happening?

are having roles problems? user have access return url page?

without more information, can't suggest answers, might find so:62013 or forums:1318557 or this blog post helpful.

if not, take in trace log , see if you're ever getting return url. in problem i'm having @ moment can see:

19   9/7/2010 5:50:03 pm   /login.aspx     302   post   view details 20   9/7/2010 5:50:03 pm   /default.aspx   302      view details 21   9/7/2010 5:50:03 pm   /login.aspx     200      view details 

so i'm getting successful login, return url redirecting login. (i'm raise question on here myself).

but first guess @ roles. can edit question add in appropriate section of web.config (and remember remove sensitive data first ;o)


Comments

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -