in my web.config file i've got the following:
<authentication mode="Forms"> <forms name=".ASPXAUTH" protection="All" loginUrl="~/Account/Login.aspx" timeout="2880" /> </authentication>
But when i log in and watch the traffic with fiddler, i still can see the password in plain text. I have no idea whats wrong.
Regards,
matt