TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About Config File
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Mahadesh Mahalingappa (2)
Shivprasad (2)
Akshay Patel (2)
Santosh Kumar Adidawarpu (2)
Vishal Babuks (1)
Kavita Vyas (1)
Akkiraju Ivaturi (1)
Kenneth M H (1)
Pankaj Kumar Choudhary (1)
Prasham Sabadra (1)
Jatin Malik (1)
Sanwar Ranwa (1)
Ramees (1)
Mukesh Kumar (1)
Sara Silva (1)
Rajendra Taradale (1)
Sreekanth Mohan (1)
Kailash Chandra Behera (1)
Devesh Omar (1)
Milstein Munakami (1)
Satya Prakash (1)
Abhimanyu K Vatsa (1)
Vijay Prativadi (1)
Santhosh Kumar Jayaraman (1)
Sai Kumar Koona (1)
Tusarkanta Guru (1)
Vishal Nayan (1)
Suri Meenakshi Sundaram (1)
Dipal Choksi (1)
Related resources for Config File
No resource found
Configurations Available In Playwright Config File
11/28/2022 7:59:53 AM.
This article explains the configuration that we can configure for our playwright tests.
Web.config File Transformations
3/24/2021 10:16:38 AM.
In this article, you will learn about web.config file transformations in .NET.
Modifying .NET Configuration Files at Runtime
1/3/2021 9:22:59 AM.
In this article we will extend the previous example by creating another Windows Forms application which we can consider as an Administration Console.
Writing A Generic Data Access Component - Flexible Approach
12/7/2020 1:10:14 AM.
Here is one more flexible approach to achieve the same. I prefer this approach to generic data access.
Oracle Database Connection Using .NET
11/5/2020 9:10:36 AM.
In this article we will learn how to make an Oracle database connection in .NET.
SPFx - Resolved Error Of 'Gulp Package - Solution' - "the WebParts Manifests List Is Empty. Please Ensure You Have Done A Build And That Your Config File Is Pointed At The Correct Folder"
9/26/2019 8:39:53 AM.
In this article we will discuss one of the errors we are facing while deploying (packaging the solution) the SPFX component to my O365 tenant.
WCF Series: Using the WCF Service Configuration Editor
9/19/2019 4:30:08 AM.
In this article, we will be seeing how we can create a Config File using the Configuration Editor in WCF.
WCF Concurrency (Single, Multiple and Reentrant) and Throttling
9/16/2019 1:38:24 AM.
In this article, we will concentrate on WCF concurrency and throttling. We will first try to understand what are WCF concurrency and the 3 important types of WCF concurrency. We will then see a small
Get Response Message From Config File In .NET Core Web API
2/7/2019 9:11:28 AM.
In this article, we will see how we can set the response message for Web API from the config file and reload it without recompiling the application.
.NET Core Load Environment Specific Custom Config File
1/30/2019 2:48:03 PM.
In this article, we will see how we can load environment specific config files and variables of a .NET Core app and use them in the app.
Custom Configuration Sections Using ConfigurationSection : web.config
8/27/2018 7:16:08 AM.
This tutorial tells about how you can create a custom section in web.config file to keep all your module specific settings at a single place.
How To Change Database In Web.Config File Programmatically
8/17/2018 8:48:55 AM.
In this article, you will learn How we change database name dynamically in a Web.config file in ASP.NET.
Transform Web.Config File While Deploying The Web Application Project
11/25/2017 1:51:35 PM.
One of the nice features that supports Visual Studio 2010 and above versions is Web.Config (XDT) transformations.
Redirecting HTTP Request To HTTPS Using Web.config File
5/14/2017 4:41:34 PM.
In this article, let us see how to redirect users trying to access via http to https.
Secure Your Application's Config File
5/13/2016 1:09:45 PM.
In this article you will learn how to secure your Config Application’s Config File.
Web.config Vs App.config Vs Machine.config
10/21/2015 5:33:59 AM.
In this article, I will try to explain the difference between Web.config, App.config and Machine.config.
Azure Mobile Services: How to See the WebConfig File Published
1/25/2015 5:58:54 PM.
The purpose of this article is to show how to see the WebConfig file published in Azure Mobile Services.
Add Key and Values to the Web.config File Dynamically in ASP.NET
12/29/2014 1:47:26 AM.
This article will help you add Key and Values dynamically to a web.config file.
Microsoft Release Management: Web.Config Tokenization For Website Project
12/21/2014 9:36:40 PM.
Here I have tried to explain one of my implementations of web.config tokenization applicable to website type projects in Visual Studio.
Change An Application's App.Config File Dynamically in WPF C#
3/18/2014 5:40:37 PM.
This article demonstrates how to change the contents of an app.config file using Stream Classes.
Basics of IISExpress
2/7/2014 2:15:42 AM.
In this article you will learn the basics of IISExpress.
Introduction to New Relic Platform
12/5/2013 9:35:21 AM.
"New Relic" is a powerful and open SaaS platform to monitor your entire stack; a broad range of programming languages and frameworks, including Java, .NET, PHP, Ruby, Node.js and Python.
Create Connection String and Use in Multiple Form in C#
3/12/2013 3:29:14 PM.
In this article I am going to describe how to a implement connection string in multiple windows form.
Learn .NET in 60 Days - Part 2 (13 Labs)
3/2/2013 12:23:22 PM.
This article is part 2 of Learn .NET in 60 Days series. It will provide further details.
Creating Master Page (MasterPage in Web.config) in ASP.NET: Part 5
12/1/2012 2:33:16 AM.
This is my series of articles on Master Page and in this article we will discuss how to configure a Master Page in the Web.config file.
Simplified Config File in WCF 4.5
10/1/2012 3:09:10 PM.
Today, in this article let’s play around with one of the interesting and most useful concepts in WCF 4.5.
Configuring Connection String in App.Config File During Runtime For a C# Windows Application
6/27/2012 2:13:02 AM.
This document explains how to configure a connection string at runtime for a Windows application using C#.
Making Our Component to be Dynamically Loading the Config File
5/16/2012 1:11:51 PM.
This article explains how to dynamically load a Config file for a component and how to map the config file even when it is converted to an Active X Control and run in another environment.
WCF Series: Config Files
5/15/2012 6:47:03 PM.
In this article we wwill be Learning about the Config Files in WCF.
How to use stored procedure in simple easy way with Web.Config file?
4/8/2011 4:18:18 AM.
In this article I have given simple stored Procedure. After running the first page in Internet Browser, only enter user Id and the data is retrieved from table, showing that it is there in Cookies. You cannot imagine the how faster it is.
Creating Credential Store for Form Authentication in ASP.NET 3.5
3/22/2011 10:28:36 PM.
When we don’t want to validate user on window credential, in such cases we can take help of ASP.NET infrastructure for implementing our own authentication infrastructure which includes custom login page that validate user against credentials like database and later established security context on each request.
Manage Authorization using config file
11/11/2010 1:44:28 AM.
How to restrict users to access a particular page or directory
Configuring Applications in .NET
12/24/2005 1:09:44 AM.
The .Net Framework provides a very convenient and flexible way to configure applications at run time.