M
Mohan
Hi all,
I am having a problem implementing forms authentication for a web
application. I have a login screen and any unathorized user is directed
to the login screen. The problem is that the login screen keeps
refreshing even if i enter the correct credentials.
using a database to verify the login credentials. the code in the
web,config file is as follows.I am not sure what i am missing. I would
appreciate any help in this matter.
<authorization>
<deny users="?"/>
<allow users="*"/>
</authorization>
<authentication mode="Forms">
<forms name=".ASPXAUTH" protection="All" timeout="60"
loginUrl="default.aspx"/>
</authentication>
Thanks
MB
I am having a problem implementing forms authentication for a web
application. I have a login screen and any unathorized user is directed
to the login screen. The problem is that the login screen keeps
refreshing even if i enter the correct credentials.
using a database to verify the login credentials. the code in the
web,config file is as follows.I am not sure what i am missing. I would
appreciate any help in this matter.
<authorization>
<deny users="?"/>
<allow users="*"/>
</authorization>
<authentication mode="Forms">
<forms name=".ASPXAUTH" protection="All" timeout="60"
loginUrl="default.aspx"/>
</authentication>
Thanks
MB