Related resources for System.Configuration
  • Edit And Encrypt Web.Config Sections Using C# 2.09/13/2023 5:04:03 AM. An article to illustrate editing and encrypting of sections of the Web.Config file programmatically. Editing and encrypting sections of a Web. config file using C# 2.0 involves using the System. Confi
  • Deployment: Customizing your .NET deployment Projects6/9/2020 1:18:08 AM. The fact of the matter is that Visual Studio.NET already contains everything you need to create a rich setup experience for your users. In this article we are going to show you two ways to add a readm
  • Creating a Windows Service in C#9/15/2018 12:42:39 AM. Windows Services is a new name for NT Services in .NET. This tutorial steps you through creating a Windows Service and how to install and start it.
  • Using Web.Config in ASP.NET and ASP5/29/2009 3:39:02 AM. Web.config acts as a central location for storing the information to be accessed by web pages.
  • How to Create and Use Configuration Files2/14/2006 2:30:48 AM. Here an article for beginners that shows how to create and use configuration files.
  • Building Dynamic Service in C#1/15/2006 11:38:12 PM. This is a service that will run an application, and can be used over an over without hard coding any information.
  • Configuring Applications in .NET12/24/2005 1:09:44 AM. The .Net Framework provides a very convenient and flexible way to configure applications at run time.