Source Code Online Home Categories Top Code New Code Submit Code
Search
New Code
Validating User Input In ASP.NET Web Applications 1.0
Working with Cookies in ASP.NET
Windows Authentication in ASP.NET
Windows-based Authentication
User Password Validator in C#
Using Cookies in ASP.NET
User Account Impersonation
Storing Passwords - done right!
Setting and displaying cookies
Securing ASP.NET with web.config Part 2
Role-Based Security in ASP.NET
Redirecting User to Login Page After Session Timeouts
Pronounceable Password Generator
Passport Authentication Provider
How To Implement Forms-Based Authentication in Your ASP.NET Application by Using C# .NET
Top Code
ASP.NET Authentication
Pronounceable Password Generator
COOKIES IN ASP.NET C# VERSION
User Password Validator in C#
Windows-based Authentication
How To Implement Forms-Based Authentication in Your ASP.NET Application by Using C# .NET
User Account Impersonation
Windows Authentication in ASP.NET
C# And Cookies
Redirecting User to Login Page After Session Timeouts
Encrypting passwords with SHA1 in .NET and Java
Passport Authentication Provider
Validating User Input In ASP.NET Web Applications 1.0
Using Cookies in ASP.NET
Authentication in ASP.NET: .NET Security Guidance
ASP.NET > Tips and Tutorials > User Management
Source List
All | Freeware

Code 21-27 of 27   Pages: Go to  << Prior  1  2  page  


Cookies are the small file saved in the client machine which could be used for saving informations like user preferences and other details. The article covers the area about advanced properties of the HttpCookie Class. Users could save or delete...





To store user specific information in the web applications these Cookies are the main components. The main objective of this tutorial is to create awareness of these cookies among the webmasters and explaining the basic functions of it. The author...



Authorizing Users and Roles is a tutorial explaining the access control of a guest or a user to URL resources. Through the HTTP method, requisition could be made and then the webmaster could take a decision using application to accept or deny the...



Security is one of the most essential criteria of the web developers while programming any application. Important informations should be protected. The author has discussed in detail about the security issues and functional specifications,...



This article is about how the login username and password is checked and how it is processed. When the username and the password is typed in, it checks for its identity. If the identity suits then it allows the user to proceed. The user should...



Through the article Advanced Cookie Techniques with ASP, the author shows the usage of both session state cookies and client side cookies. The author shows how to use cookies to allow client into the site when they comes back. By reading this...



Active Directory Group Lookup is a tutorial through which the author tells about searching for information from all groups AD. When each user has a 'Primary Group', the author provides one easy method of getting the 'Primary Group' information....