G
Guest
I need to add access to a LogOut Page when the user logs out in a form authentication mode. Unfortunately the only way to access this page is when you are logged on. The following is in my WEbConfig File
<authentication mode="Forms
<forms name="MyCookie
loginurl="Login.aspx
protection="all
timeout="1440" />
</authentication><authorization><deny users="?" /></authorization
Someone had mentioned using a Location clause to be able to access this page, but I do not know where and how to place this clause? Thanks for any help...
<authentication mode="Forms
<forms name="MyCookie
loginurl="Login.aspx
protection="all
timeout="1440" />
</authentication><authorization><deny users="?" /></authorization
Someone had mentioned using a Location clause to be able to access this page, but I do not know where and how to place this clause? Thanks for any help...