Working with Cookies in ASP.NET is an article for the users who are new to the workingspot of cookies. This article covers the topics like working of cookie, writing and reading cookie, checking through cookie collection, debugging, testing for...
Creating Webmaster's own website is much easier now-a-days than safeguarding it from the unauthorized intruders. Security becomes one of the major problem among the webmasters. This article bring a solution stating about Windows Authentication in...
This article is about ASP.NET Windows authentication and its working. The author describes the webmasters about the real implementation of windows based authentication. Initially ASP.NET opens with a WindowsPrincipal object to the present request,...
This tutorial deals with user password verification. The author tells the webmasters about the need of checking the user password which is a server side verificaton. This article explains clearly about the conditions to check before giving the...
Cookies are nothing but stored informations in the form of small files on user's machine. This tutorial describes about the importance and need of a cookie while developing any web application. Cookies are mainly used to store user's settings,...
Impersonation is nothing but when a .COM object works out the task with just the identification of the member. An User Account Impersonation / is a Web application in which the server is carrying out the work using the client identification and by...
The author felt that saving the password and username in a ordinary text is not so good level of security. As a result, this article narrates the importance of safeguarding the username and password in a very highlevel. Salted hashes gives birth...
This tutorial describes about setting and displaying cookies. Cookies are nothing but small content of text which could be called whenever needed while creating any webpage. It just gives information which the Web application can retrieve whenever...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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... |