This article comes like an overview to the security with ASP.NET. This tutorial covers on all fundamental functionalities of ASP.NET for security purposes. This article also explains about the functions of ASP.NET in authentication by providing appro
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
Using the web.config XML file in ASP.NET, the users could change and save the configuration settings, this is what explained in this tutorial. The web.config XML file in ASP.NET allows the configuration setting to be stored in the root directory. Th
"Good" ASP.NET Coding Practices is a tutorial through which you can learn about some good methods to follow while writing applications in ASP.NET. The author clearly explains you how to, concatenate two strings in ASP.NET, Web.Config/...
In this article the author elaborately discusses about modifying web.config file. This tutorial describes that web.config file is an XML file which helps users to specify the details such as security details, connection settings, error details etc.,
Creating a Web.config Editor - Part 2 is an article in which the author talks to you about creating custom properties in the web.config file of the ASP.NET. The author shows this by adding the server nodes to the dropdown list box control. This task
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
A template system that is easy to install and customize. Features creation and editing of pages via a WYSIWYG interface, editing of styles/colors, picture uploading, newsletter creation and forum hosting. Includes security config and a cache system.
This is an online tutorial that can be used by the users to learn about generating secure ASP.NET applications. This tutorial explains about the security issues on ASP.NET applications and discusses about .NET web application security model. This tut
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 |