need to change Redirect login
Posted: Fri Oct 17, 2008 5:31 am
we have created our own login page. It's address is "/login/" ie not "/login.aspx"
I cannot find a redirect setting in the web.config. Ideally i'd like to do something like
<authentication mode="Forms">
<forms name="Able"
loginUrl="~/login/default.aspx"
timeout="15"
protection="All"
cookieless="UseCookies"
path="/"/>
</authentication>
I cannot find a redirect setting in the web.config. Ideally i'd like to do something like
<authentication mode="Forms">
<forms name="Able"
loginUrl="~/login/default.aspx"
timeout="15"
protection="All"
cookieless="UseCookies"
path="/"/>
</authentication>