User gets sent to "Login Screen" when clicking "My account" link

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
Hace 7 años
Hi, I was testing in my production site today a user being logged in and whenever I log in, and hit "My account" link it always sends me right back to the 'login' page. I've logged in 100 times and it keeps just sending me back. Any ideas?

Try it yourself

https://www.ochapparel.com/login

user: [email protected]
pass: letmein

and yes i have the machine config in my web.config and there are no errors in my "warnings" section

I notice it happens on my localhost too...
Hace 7 años
I think I figured it out
Hace 7 años
I figured it out. I had [AdminAuthorize] on my WHOLE controller and a part of my controller was trying to display a section in the "My account" section. I removed the [AdminAuthorize] and moved it to the right sections. It works now.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.