M
Molly J. Fagan
Hello--
I'm using forms authentication and have 2 web projects located under
the same root directory. In the web.config of the second project, I
have
<authentication mode="Forms">
<forms name=".ASPXAUTH" loginUrl="../BHUser/login.aspx" />
</authentication>
which points to the login.aspx located in the startup project.
In testing, if a user pulls up a page in the second project without
logging in, they are directed to the login page but continue to be
redirected to the login page even when using a valid user name and
password.
I am not sure what to put in to correct this or where to put it. Any
help would be appreciated.
Thanks.
Molly J. Fagan
Oklahoma Foundation for Medical Quality
I'm using forms authentication and have 2 web projects located under
the same root directory. In the web.config of the second project, I
have
<authentication mode="Forms">
<forms name=".ASPXAUTH" loginUrl="../BHUser/login.aspx" />
</authentication>
which points to the login.aspx located in the startup project.
In testing, if a user pulls up a page in the second project without
logging in, they are directed to the login page but continue to be
redirected to the login page even when using a valid user name and
password.
I am not sure what to put in to correct this or where to put it. Any
help would be appreciated.
Thanks.
Molly J. Fagan
Oklahoma Foundation for Medical Quality