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 |