Source Code Online Home Categories Top Code New Code Submit Code
Search
New Code
Working with Cookies in ASP.NET
Windows-based Authentication
Windows Authentication in ASP.NET
Using Cookies in ASP.NET
User Password Validator in C#
User Account Impersonation
USA States to DropDownList
The Power of .NET- JavaScript and ASP.NET Login
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
Top Code
Active Directory Group Lookup
Advanced Cookie Techniques with ASP
ASP.NET Authentication
Authentication in ASP.NET: .NET Security Guidance
Authorizing Users and Roles
Basics of Cookies in ASP.NET
C# And Cookies
COOKIES IN ASP.NET C# VERSION
Coordinate User Interface Development with VB.NET and the MVC Pattern
Determining the Windows Users for Web Forms Applications
Encrypting Cookie Data with ASP.NET
Encrypting Passwords with ASP.NET
Encrypting passwords with SHA1 in .NET and Java
Exploring Machine.Config - User Security and More
How To Implement Forms-Based Authentication in Your ASP.NET Application by Using C# .NET
ASP.NET > Tips and Tutorials > User Management
Source List
All | Freeware

Code 11-20 of 30   Pages: Go to  << Prior  1  2  3  Next >>  page  


Securing ASP.NET with web.config is one of the main article dealing with the authentication and authorization through which the user could look at allowing and denying users access to their sites. Earlier, any user could access the ASP.NET page witho



In this tutorial the author explains the importance of role-based security used in ASP.NET. This allows the webmasters to seperate the website to the users by the nature or roles of the clients. So that a guest or a premium subscriber or an administr



Redirecting User to Login Page After Session Timeouts is an article demonstrating about transmitting the client back to the home page when session time expires. Through the server control the webmaster could check the system time along with the site



Generating password is the most interesting one while creating a website with user authentication. Through this tutorial the author highlights about the password generators. Using consonants and vowels or using syllables or short words, the users cou



Passport Authentication is the main highlight of this article stating the main objective of this centralized authentication service. This accepts only one single login at a time for member sites. A sample is given along with this article for the user



How To Implement Forms-Based Authentication in Your ASP.NET Application by Using C# .NET is an article about introducing forms-based authentication with the help of a database to keep the user's detail. The webmaster should create an application in A



Exploring Machine.Configuration is not an easy way for the webmasters, but this tutorial finds a solution for all those and gives a lot of tips which the users should take care while installing the .NET Framework. After installation, the webmasters s



The author highlights about Secure Hash Algorithm 1 (SHA1), which is the unique way to represent all sensitive message. The article explains this SHA1 as a standard hash algorithm which could get any large message and gives it back in a 160-bit messa



Protecting userdata from the hackers is a big problem for the webmasters. Whenever the webmasters build their website, there is no safety for their original userdata. The author recommends to store the userdata in the database in an encrypted form in



In a Web-based application, Cookies plays a vital role in helping both the webmasters and the clients. But thinking about the security, cookie data is easy to view in the header of both the response and request of HTTP. So it becomes the task of the