N
Nitin Verma
Hi all,
In my App I am using Forms Authentication. I have a Forget_Password
page which has been excluded from Forms Authentication. I have made an
entry in Web.Config. The code is
<location path="frmForgetPassword.aspx">
<system.web>
<authorization>
<allow users="*" />
</authorization>
</system.web>
</location> .
Everything is working fine, except when i visit this page. After I
visit Forget_Password page I am not able to Log into my application.
All code is executed, but the control comes back to the Login page
again. Plz someone help me quickly.
In my App I am using Forms Authentication. I have a Forget_Password
page which has been excluded from Forms Authentication. I have made an
entry in Web.Config. The code is
<location path="frmForgetPassword.aspx">
<system.web>
<authorization>
<allow users="*" />
</authorization>
</system.web>
</location> .
Everything is working fine, except when i visit this page. After I
visit Forget_Password page I am not able to Log into my application.
All code is executed, but the control comes back to the Login page
again. Plz someone help me quickly.