Successful ASP.NET Login not recognised
I have been using the standard login/register facilities provided by VWD in a âproductionâ environment using IIS 7.5 and .Net 4 while continuing with SQL Server Express. I installed SSMSE and attached the aspnet database and after some initial problems with the Connection String (discussed on another thread) everything was fine.
I donât know what I may have done but "out of the blue" a login or register request continues to be honoured in that the User and Membership table entries are updated, and the Login control's OnLoggedIn event is triggered without error. However the user is not recognised as being logged in as the LoginView control continues to show the Anonymous Template and a request to obtain the MemberShipUser via Membership.GetUser(false) returns "nothing".
The problem is still there after uninstalling SQL Server Express then re-installing (without SSMSE) and using a User Instance. Login/Register actions work but the login is not recognised by other components.
Any suggestions on how to identify the problem would be much appreciated!
|