Components, Scripts, Codes: ASP.NET / Tips and Tutorials / User Management

Get Your Hands In The Cookie Jar

Cookies are the storehouse which saves user's ipaddress, user name etc. In this article the author covers about the properties of a cookie like...

By: RogerMcCook Homepage


 

Freeware

Exploring Machine.Config - User Security and More

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...

By: Christopher Spann Homepage

Freeware

Encrypting Passwords with ASP.NET

Protecting userdata from the hackers is a big problem for the webmasters. Whenever the webmasters build their website, there is no safety for their...

By: Srinivas Sivakumar Homepage

Freeware

Encrypting Cookie Data with ASP.NET

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...

By: Wayne Plourde Homepage

Freeware

Determining the Windows Users for Web Forms Applications

This is a tutorial tells about how to find out the identity of the users or clients who visited the site. In ASP.Net Web Forms using Windows...

By: C# Corner Homepage

Freeware

Creating a Single Sign-on across ASP.NET Application and Legacy ASP Application

Most of the membership website have the problem of allowing their members to all areas of the websites with the single sign in, this article gives...

By: WWWCoder Homepage

Freeware

Coordinate User Interface Development with VB.NET and the MVC Pattern

The author explained about the usage of VB.NET and the MVC pattern. MVC Pattern allows more developers of different categories to work in...

By: DevX.com Homepage

Freeware

Cookies 101 with ASP+

Cookies 101 with ASP+ is a tutorial which explains about the settings of a cookie and the method of calling it back by the users, whenever building...

By: Sean Vaccariello Homepage

Freeware

COOKIES IN ASP.NET C# VERSION

Cookies are the main components to store user specific information in the web applications in ASP.NET. The author gives out the sample code about...

By: Peter A. Bromberg Homepage

Freeware

C# And Cookies

Cookies are the small file saved in the client machine which could be used for saving informations like user preferences and other details. The...

By: Csharphelp Homepage

Freeware

Basics of Cookies in ASP.NET

To store user specific information in the web applications these Cookies are the main components. The main objective of this tutorial is to create...

By: Microsoft Corporation Homepage

Freeware

Authentication in ASP.NET: .NET Security Guidance

Security is one of the most essential criteria of the web developers while programming any application. Important informations should be protected....

By: Microsoft Homepage

Freeware

Authorizing Users and Roles

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...

By: Microsoft Corporation Homepage

Freeware

ASP.NET Authentication

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...

By: Microsoft Homepage

Freeware

Advanced Cookie Techniques with ASP

Through the article Advanced Cookie Techniques with ASP, the author shows the usage of both session state cookies and client side cookies. The...

By: Aspalliance Homepage

Freeware

Active Directory Group Lookup

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...

By: Stanley Glass Jr Homepage

Freeware