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 Authentication, the author gives the example of this operation and its feedbacks. The author sets the securit
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 how to create cookies in ASP.NET. This article is much useful for the beginners to understand about cook
The author explained about the usage of VB.NET and the MVC pattern. MVC Pattern allows more developers of different categories to work in collaboration while building or changing the difficult desktop applications. The main task is to allow the progr
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 cook
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 sh
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 acc
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, delegation
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 create
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 article
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. The a |