D
dudu
I have this little problem
My web application uses frames with a header frame, a bottom
frame and a main frame. I have set up my web.config file
to the following
<authentication mode="Forms">
<forms name=".ASPXAUTH" loginUrl="login.aspx" timeout="120"/>
</authentication>
<authorization>
<deny users="?"/>
</authorization>
When the authentication expire my login page in loaded in main frame but I
don't want this. I just want to be redirected to it, not to be loaded in the
frame. How can I do this?
My web application uses frames with a header frame, a bottom
frame and a main frame. I have set up my web.config file
to the following
<authentication mode="Forms">
<forms name=".ASPXAUTH" loginUrl="login.aspx" timeout="120"/>
</authentication>
<authorization>
<deny users="?"/>
</authorization>
When the authentication expire my login page in loaded in main frame but I
don't want this. I just want to be redirected to it, not to be loaded in the
frame. How can I do this?