Dave Ranck
14 posts
Registered:
30 Oct 2003
05 Oct 2009
Link to this post
I'm having an issue with Authentication.
I set up Sitefinity (3.7) using the blank project and everything works fine. I can log in, create pages....everything that I should be able to do. I took a copy of this project and merged it into a web app that I want to use it in. Now when I navigate to SiteFinity, my log in is not being authenticated. Stepping through the code my log in credentials are being validated and the authentication cookie is being set. I am redirected to the default page, and when I reach the line "if (this.Request.IsAuthenticated)", false is being returned and so I'm redirected back to the log in page.
Has this happened to anyone else? Can anyone provide a solution,
Thanks.