T
TJS
i'm having problems where the user is not correctly redirected to login page
if starting in a folder below the webroot.
in these cases, it always tries to go to /foldername/login.aspx
this is the web.config code:
....
<authentication mode="Forms">
<forms name="testAuthCookie" loginUrl="/_security/login.aspx" />
</authentication>
....
how do I reset path so it can find the "/_security/login.aspx " file ??
if starting in a folder below the webroot.
in these cases, it always tries to go to /foldername/login.aspx
this is the web.config code:
....
<authentication mode="Forms">
<forms name="testAuthCookie" loginUrl="/_security/login.aspx" />
</authentication>
....
how do I reset path so it can find the "/_security/login.aspx " file ??