Re: VB Login page problem?

From: Dam6 (damian_at_excalibur.force8.net)
Date: 06/30/05


Date: Thu, 30 Jun 2005 19:18:25 +0100


Found what was wrong from the books appended mistakes page while looking on
the web:

forms name = " SECAUTH " loginUrl="login.aspx">
not
forms name = " .SECAUTH " loginUrl="login.aspx">

take out the full stop and it all works.