P
paulmac106
Hi,
currently I have this in my web.config file
<authentication mode="Forms">
<forms name="Auth" loginUrl="login.aspx" protection="None" path="/"
timeout="60"/>
</authentication>
<authorization >
<deny users="?"/>
</authorization>
this is/was working fine, but I would like the abilty for users to
login using one of 2 login pages.
login.aspx and say login2.aspx
is this possible?
thanks,
Paul
currently I have this in my web.config file
<authentication mode="Forms">
<forms name="Auth" loginUrl="login.aspx" protection="None" path="/"
timeout="60"/>
</authentication>
<authorization >
<deny users="?"/>
</authorization>
this is/was working fine, but I would like the abilty for users to
login using one of 2 login pages.
login.aspx and say login2.aspx
is this possible?
thanks,
Paul