F
frank
Hi,
I have some issues with protecting UserName&Password.
When UserName&Password transit through the Network from Browser to IIS, they
are in clear text, Web.config can not cover that at the very beginning?
So how to protect that when the user click login Button at the login page?
Asp.net App can do the protection from Web.config after the user ticket was
created:
----------------------
<forms name=".COOKIEDEMO"
loginUrl="login.aspx"
protection="All"
timeout="30"
path="/">
</forms>
----------------------
I have some issues with protecting UserName&Password.
When UserName&Password transit through the Network from Browser to IIS, they
are in clear text, Web.config can not cover that at the very beginning?
So how to protect that when the user click login Button at the login page?
Asp.net App can do the protection from Web.config after the user ticket was
created:
----------------------
<forms name=".COOKIEDEMO"
loginUrl="login.aspx"
protection="All"
timeout="30"
path="/">
</forms>
----------------------