hi,
i am still having issues with authentication - there is random log outs when switching pages and sometimes
the incorrect user is shown in Login View - ie . its shows username that belongs to an account i logged in earlier
with but not the new account.
i post full code below if someone can spot the problem please advise.? I just changed the database
to another provider . not sure it that related.
web config
<?xml version="1.0"?>
<!--
For more information on how to configure your ASP.NET application, please visit
http://go.microsoft.com/fwlink/?LinkId=169433
-->
<configuration>
<connectionStrings>
<add name="ApplicationServices" connectionString="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
p ...
Go to the complete details ...