How to redirect my page if I using Frame in my application? This is my web.config file:
In this case, only one of my frame redirect to "login.aspx"... Anyone face the same problem?
<authentication mode="Forms">
<forms name=".AUTHCOOKIE" loginUrl="login.aspx" protection="All" />
</authentication>
In this case, only one of my frame redirect to "login.aspx"... Anyone face the same problem?