Hello Community,
i am working on a site which contains a user login in the master page, so it is visibile from all content pages. It is located in the right upper corner of my website. The LoginControl nested in another Control is working fine.
Besides this, if you try to access an internal section of the site, you are redirected to a LoginPage. Then you have TWO Login-Possibilites. The one of the MasterPage, and one of the LoginPage. This Combination is not really working. I moved the LoginControl of the MasterPage to another ValidationGroup, but this does not work.
If i try to log in from the LoginPage, i get an error message which is displayed in the LoginControl of the MasterPage...
(Once more: MasterLogin works fine, LoginPageLogin does not work)
Have you any ideas?