O
Ofer_Adivi
I'm using Forms Authentication in my site.
And my login page did not show the images at run time. while i'm drop
the Forms Authentication it seems to be good.
This is my Code
<authentication mode="Forms">
<forms name="appNameAuth" loginUrl="StartUpLogin.aspx"
protection="All" timeout="30">
<credentials passwordFormat="Clear">
<user name="ofer" password="oferadiv" />
</credentials>
</forms>
</authentication>
What am i doing wrong?
And my login page did not show the images at run time. while i'm drop
the Forms Authentication it seems to be good.
This is my Code
<authentication mode="Forms">
<forms name="appNameAuth" loginUrl="StartUpLogin.aspx"
protection="All" timeout="30">
<credentials passwordFormat="Clear">
<user name="ofer" password="oferadiv" />
</credentials>
</forms>
</authentication>
What am i doing wrong?