Not able to Login after I visit a page which has been excluded from Forms Authentication.

  • Thread starter Thread starter Nitin Verma
  • Start date Start date
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.
 
try posting ur web.config.
Or what error are u getting?
Patrick
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top