Connections in Web.Config for Multiple Computers is an article which describes the method for getting the connnection strings of the web.config file in different computers. The two functions given by the author helps you to get the machine name and D
"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/...
HOWTO: SQL Server with Integrated Security, IIS on Same Machine is a tutroial which concentrates on securing the SQL server and IIS in a same machine. Here author provides step by step method for performing the security on the server from controlling
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 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 your own web.config section handler is a tutorial which shows you how to create your own web.config section handler by implementing the IConfigurationSectionHandler interface on the user defined class. You must import System.Configuration na
Exploring XML Encryption, Part 1 is an ASP.NET tutorial through which programmers can learn about process of XML based encryption, which helps in securing the application, when data exchange takes place in the data structure. This tutorial teaches th
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
This is an online tutorial where administrators can find information about configuring and setting web.config file. This tutorial can be used as a guidance and reference for the administrators to learn about performing authentication and authorizatio
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 |