S
Sumi
Hi,
I've the following code in my web.config -
<authentication mode="Forms">
<forms loginUrl="Login.aspx"
protection="All"
timeout="30"
name=".ASPXAUTH"
requireSSL="false"
slidingExpiration="true"
defaultUrl="default.aspx"
cookieless="UseDeviceProfile"
enableCrossAppRedirects="false" />
</authentication>
And if I try "Default.aspx" directly in the browser; it is not pointing to
Login.aspx!
Please advice!
I've the following code in my web.config -
<authentication mode="Forms">
<forms loginUrl="Login.aspx"
protection="All"
timeout="30"
name=".ASPXAUTH"
requireSSL="false"
slidingExpiration="true"
defaultUrl="default.aspx"
cookieless="UseDeviceProfile"
enableCrossAppRedirects="false" />
</authentication>
And if I try "Default.aspx" directly in the browser; it is not pointing to
Login.aspx!
Please advice!