How secure is basic forms authentication in asp.net?

后端 未结 8 838
鱼传尺愫
鱼传尺愫 2021-02-07 02:57

Imagine that you have a simple site with only 2 pages: login.aspx and secret.aspx. Your site is secured using nothing but ASP.net forms authentication and an ASP.net Login serv

8条回答
  •  北恋
    北恋 (楼主)
    2021-02-07 03:42

    Here are two good articles from Microsoft on the subject:

    How To: Protect Forms Authentication in ASP.NET 2.0

    INFO: Help Secure Forms Authentication by Using Secure Sockets Layer (SSL)

提交回复
热议问题