摘要:
1.创建一个Class Library项目,让自定义CustomMemberShipProvider类继承于System.Web.Security.MembershipProvider类。 Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 1 pu... 阅读全文
摘要:
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... 阅读全文
摘要:
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... 阅读全文
摘要:
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 阅读全文
摘要:
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... 阅读全文
摘要:
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 =... 阅读全文
摘要:
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. 阅读全文
摘要:
The ASP Request object is used to get information from the user. 阅读全文
摘要:
The ASP.Response object is used to send output to the user from the server. 阅读全文
摘要:
A text with a span element that can be styled with css. Wemaintain 阅读全文