As Marco wrote:
"Under the covers, this control(logincontrol) calls the Membership.ValidateUser method to check whether the provided credentials are found in the data store, and if so, it calls FormsAuthentication .RedirectFormLoginPage to create the encrypted authentication ticket, saves it into a client cookie, and redirects to the page that the user originally tried to access before being redirected to the login page.."Just to find a path: When I login with a registered user , the control does not redirect me to the "access denied" page, so I think that the method returns "true" and then redirects to the original page but with anonymous status. Cookies issue? fails the authentication ticket? Any idea of how can I check this? If you want to check by yourself this is the site:
www.ladichamusical.com.ar
Thanks in advance to the Forum!