我使用Asp.Net/C#
和Visual Studio 2008
來構建一個應用程序。現在我想爲我的應用程序創建一個登錄頁面,我想問你們,什麼是最好的辦法。它應該與我Forms Authentication in Asp.Net
去或我應該嘗試看Ajax Login
與Asp.Net
。哪種更合適。如果可能請讓我知道一些利弊的方法。也有人可以建議我一些鏈接爲一個好的起點。 任何建議是最受歡迎的。 謝謝Asp.Net登錄頁面,什麼是最好的方法
0
A
回答
1
我認爲你必須去Forms身份驗證。下面是它的優點。
1) users do not have to be member of a domain-based network to have access to your application.
2) Web applications, particularly commercial sites where customers order products, want to have access to user information. Forms authentication makes these types of applications easier to create.
3) Keep personalization cookies that contain user-specific preferences and non-sensitive data separate from authentication cookies.
4)Consider reducing the cookie lifetime to reduce the time window in which an attacker can use a captured cookie to gain access to your application with a spoofed identity.
列出在Web應用程序中使用Forms身份驗證的步驟?
1.Set the authentication mode in Web.config to Forms.
2.Create a Web form to collect logon information.
3.Create a file or database to store user names and passwords.
4.Write code to add new users to the user file or database.
5.Write code to authenticate users against the user file or database.
希望這些信息對您有幫助做出決定
0
使用OAuth進行登錄。
它ASP.net結合太.. http://oauth.net/code/
相關問題
- 1. 什麼是測試登錄頁面的好方法?
- 2. 如果已登錄,最好的方法是跳過Facebook的登錄頁面
- 3. 什麼是記錄最好的方法?
- 4. 什麼是使asp.net中的某些頁面需要登錄的最佳方式?
- 5. 最好的方法來頁面與頁面的asp.net-mvc頁面
- 6. 記住跨頁面複選框 - 最好的方法是什麼?
- 7. ASP.net:處理清理頁面的最佳方法是什麼?
- 8. Asp.Net最佳登錄方法
- 9. ASP.NET登錄頁面
- 10. asp.net登錄頁面
- 11. asp.net登錄頁面
- 12. 什麼是最好的方法來鏈接.sspx網頁上的.aspx頁面.net
- 13. 用「記住我」選項的Django登錄表單,最好的方法是什麼?
- 14. 什麼是最好的Ajax方法?
- 15. Sort ObservableCollection - 什麼是最好的方法?
- 16. 什麼是最好的方法有URL
- 17. 最好的網絡登錄方法
- 18. Javascript Facebook登錄 - 什麼是最安全的登錄方式?
- 19. 什麼是在liferay中創建自定義登錄頁面的最佳方式
- 20. 在ASP.NET MVC3中做這件事的最好方法是什麼?
- 21. ASP.NET MVC2 + LINQ-to-Entities分頁的好方法是什麼?
- 22. 什麼是JavaScript中的最好的方法,從不同的頁面
- 23. 登錄Zend的最簡單方法是什麼?
- 24. 登錄頁面的最佳做法?
- 25. 這樣做的最好方法是什麼? WordPress的,頁面或插件
- 26. 在網頁上寫上標的最好方法是什麼?
- 27. ASP.Net MVC4登錄會話有什麼好的做法?
- 28. 用PHP刷新頁面的好方法是什麼?
- 29. 什麼是在ASP.NET頁面
- 30. ASP.NET MVC 3登錄頁面