上一页 1 2 3 4 5 6 7 8 ··· 43 下一页
摘要: 1.创建一个Class Library项目,让自定义CustomMemberShipProvider类继承于System.Web.Security.MembershipProvider类。 Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 1 pu... 阅读全文
posted @ 2009-01-13 16:54 许晓光 阅读(350) 评论(0) 推荐(0) 编辑
摘要: ASP.NET membership enables you to validate and manage user information for your web application.It provides funtionality for validating user credentials,creating and modifying membership users, and ma... 阅读全文
posted @ 2009-01-12 13:51 许晓光 阅读(199) 评论(0) 推荐(0) 编辑
摘要: If you use the Login control with ASP.NET membership, you do not need to wirte code to perform authentication. By defaut, ASP.NET forms authentication is configured to work with a page named Login.a... 阅读全文
posted @ 2009-01-09 16:14 许晓光 阅读(230) 评论(0) 推荐(0) 编辑
摘要: Allow an anonymous user to gain access the Anonymous.aspx page. --Root folder --User Folder http://msdn.microsoft.com/en-us/library/b6x6shw7(VS.80).aspx 阅读全文
posted @ 2009-01-08 12:28 许晓光 阅读(1409) 评论(0) 推荐(0) 编辑
摘要: Gets a value indicating whether the request has been authenticated. protected void Page_Load(object sender, EventArgs e) { //whatever windows & forms authentications if (!Request.IsAuthenticated... 阅读全文
posted @ 2009-01-07 16:38 许晓光 阅读(666) 评论(0) 推荐(0) 编辑
摘要: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 1 protected void Login_Click(object sender, EventArgs e) 2 { 3 4 HttpCookie myCookie =... 阅读全文
posted @ 2009-01-06 15:15 许晓光 阅读(309) 评论(0) 推荐(0) 编辑
摘要: A group of ASP files that work together to perform some purpose is called an application. The Application object in ASP is used to tie these files together. 阅读全文
posted @ 2008-12-31 17:39 许晓光 阅读(130) 评论(0) 推荐(0) 编辑
摘要: The ASP Request object is used to get information from the user. 阅读全文
posted @ 2008-12-24 14:42 许晓光 阅读(150) 评论(0) 推荐(0) 编辑
摘要: The ASP.Response object is used to send output to the user from the server. 阅读全文
posted @ 2008-12-22 15:45 许晓光 阅读(121) 评论(0) 推荐(0) 编辑
摘要: A text with a span element that can be styled with css. Wemaintain 阅读全文
posted @ 2008-12-16 13:41 许晓光 阅读(144) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 43 下一页