C
Christiano
Hi...
I have an hybrid ASP/ASP.NET site... And it will be like this for a
while...
I need to authenticated these ASP pages with password too. How can I
redirect it to login.aspx?
I'm using this simple authentication/authorization rule...
<system.web>
<authentication mode="Forms">
<forms name="Sinoreg_Login" loginUrl="login.aspx" timeout="20" />
</authentication >
<authorization>
<deny users="?" />
</authorization>
</system.web>
I have an hybrid ASP/ASP.NET site... And it will be like this for a
while...
I need to authenticated these ASP pages with password too. How can I
redirect it to login.aspx?
I'm using this simple authentication/authorization rule...
<system.web>
<authentication mode="Forms">
<forms name="Sinoreg_Login" loginUrl="login.aspx" timeout="20" />
</authentication >
<authorization>
<deny users="?" />
</authorization>
</system.web>