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 Web.Config
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Abhimanyu K Vatsa (4)
Shivprasad (3)
Vishal Nayan (2)
Akkiraju Ivaturi (2)
Praveen Sreeram (2)
Shirsendu Nandi (2)
C# Curator (1)
Rahul Bansal (1)
Vignesh Kumar (1)
Mohammed Habeeb (1)
George (1)
Sahil Sharma (1)
Guest User (1)
Kavita Vyas (1)
Sibeesh Venu (1)
Manoj Kalla (1)
Mahesh Babu (1)
Ajith Mohan (1)
Akshay Patel (1)
Jatin Malik (1)
Sanwar Ranwa (1)
Santosh Kumar Adidawarpu (1)
Ramees (1)
Jaideep Singh (1)
Mukesh Kumar (1)
Shridhar Sharma (1)
Satyendra Mishra (1)
Rajendra Taradale (1)
Sreekanth Mohan (1)
Vijay Prativadi (1)
Vijai Anand Ramalingam (1)
Tusarkanta Guru (1)
Soft Corner (1)
Shyju (1)
Suresh Paldia (1)
Sateesh Arveti (1)
Syed Shakeer (1)
Mamta M (1)
Anubhav Bansal (1)
sudhirmangla (1)
Sushila Patel (1)
Nipun Tomar (1)
Dipal Choksi (1)
Related resources for Web.Config
No resource found
ASP.NET Web Configuration File
10/11/2024 12:30:22 PM.
Configuration file is an important file in ASP.NET. Learn, what is a Web.Config file? What is in Web.config files? What are the different types of Configuration files in ASP.NET? Machine.config File v
Hiding the Version Information of .Net Framework Due to Security Issue
4/3/2024 9:40:26 AM.
Learn how to address the "medium-level" security issue of information disclosure in .NET Framework. Follow steps to create a sample website, identify the problem of version information disc
Including Web.config While Taking Build in Angular 15 or Less
2/27/2024 4:24:37 AM.
To include the Web.config file in the destination folder during the Angular build, modify the angular.json file. Add the Web.config file to the assets block in the build declaration.
Edit And Encrypt Web.Config Sections Using C# 2.0
9/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
Web.Config configuration file in ASP.NET 3.5
6/1/2023 7:23:20 AM.
The web.config file contains information that controls module loading, security configuration, session configuration, and application language and compilation settings.
Configuration Transformation (1) - Web.Config
1/23/2023 10:15:33 AM.
This article will discuss Configuration Transformation for Web app.
How to Fix: Only One <configSections> Element Error in Web.Config
12/27/2022 5:47:23 AM.
In this article you will learn the solution to the common error Only one configSections element allowed.
Web.config Transformation
4/20/2021 9:39:36 AM.
This article describes some cool aspects of web.config transformation.
Web.config File Transformations
3/24/2021 10:16:38 AM.
In this article, you will learn about web.config file transformations in .NET.
Encrypt And Decrypt Connection String In Web.Config File
1/5/2021 11:51:07 AM.
In this article we are going to see how we can encrypt and secure our connection string in our web config file.
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.
Refreshing the .NET Application to Read Modified Configuration Files Values
11/23/2020 1:43:59 AM.
This article assumes that the readers know how to create Web and Windows applications and are familiar with configuration files.
Work With External AppSetting Of Web.Config
11/11/2020 3:58:52 AM.
In this article, you will learn about .NET Configuration Files
How to Retrieve Images from Database (In Layer Architecture)
11/4/2020 7:21:39 AM.
Here you will learn how to Retrieve Images from a Database (In a Layer Architecture).
Secure Web Application via Web.config File in ASP.NET MVC
4/24/2020 3:43:54 PM.
Here, I have listed items that can be added to the web.config file which can help to secure your ASP.NET web application.
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
WCF Service Configuration Using Web.config - Day 11
8/14/2019 4:37:34 AM.
In this article, we will see how to configure a service using a XML-based configuration file i.e. web.config. We will also see definition of endpoints, multiple endpoints and publishing metadata.
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.
Azure App Service - Web Config Vs Application Settings
12/26/2016 11:18:54 AM.
In this article, we will learn the differences between the Configurations Settings in Web.Config and Azure App Service App Settings.
Azure App Service - Edit Web.Config Remotely Using Visual Studio
8/4/2016 10:53:19 AM.
In this article, we will learn how to edit Web.Config on a remote desktop from your Visual Studio.
Transform Config Using Slow Cheetah
5/17/2016 10:16:18 AM.
This article is about transforming your app.config/web.config settings based on the configuration environment selected using package Slow cheetah.
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.
Custom Error Page In ASP.NET
9/13/2015 1:11:52 PM.
In this article we will learn how to customized our yellow screen of death and create an error page.
Encrypt Your Web or Application Configuration File Data in .NET
6/13/2015 2:01:26 PM.
In this article you will learn how to encrypt your web or application Configuration File data in .NET.
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.
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.
Custom Controls with User Controls in ASP.Net: Part 2
12/1/2012 4:17:22 AM.
In this article we will discuss how to create User Controls for web pages, how to register User Controls in Web Configuration File.
Developing Websites using Themes (Themes in Web Configuration File): Part 6
12/1/2012 3:00:52 AM.
This is my series of articles on Theme based web developments and in this article part we will discuss how to register Themes in Web.config file and how to eliminate theme use from content page.
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.
WCF 4.5 New Feature Intellisense Support For Config File
10/13/2012 5:59:54 AM.
Today, in this article let’s play around with one of the interesting and most useful concepts in WCF 4.5.
Forms based authentication in SharePoint 2010 - Part 2
6/19/2012 1:11:22 AM.
In this article we will be seeing how to configure forms based authentication for claims based web application using SQL provider.
Using Web.Configuration Transformation for Database ConnectionString in ASP.NET
10/12/2011 11:54:49 PM.
In this article we will learn a way to transform the web.config file while we deploy the application.
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.
Web Configuration Connection String setting in ASP.Net MVC 3 using Entity Framework
4/6/2011 2:33:11 AM.
In this article I will describe how to set the Web configuration file in ASP.Net MVC 3 using Entity Framework with object class mapping.
Configuration Settings for an ASP.Net Application
4/4/2011 1:25:59 AM.
In ASP.Net, all that needs to be done to configure an application is to create a Configuration file called ‘Web.config’ and place it in the root directory of the application.
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.
Web configuration setting in ASP.NET to post larger file.
3/15/2011 3:28:33 AM.
Setting in web-config file to upload larger file for eg video or music file.
Creating Custom Sections and Encryption in web.config
1/9/2011 5:30:25 AM.
Web application development requires various kinds of customization. One of the common scenarios is creation of custom sections in web.config.
ASP.NET Session and web.config explained
11/12/2010 12:21:45 AM.
In this article I will explain about ASP.NET Session and web.config.
Focus on New ASP.NET Vulnerability
9/21/2010 12:59:52 AM.
A new ASP.NET Vulnerability is released by Microsoft. The security hole will allow the attacker to decrypt the ViewState data or retrieve the contents of web.config. We will see the workaround for this issue.
VS 2010 Deployment (Package, One click deploy and Web.config transformation)
8/24/2010 11:58:17 PM.
In this article we will discuss about 3 important features provided by VS 2010 to ease our deployment task on production and other environment. We will first start with understanding problems with deployment and then move ahead by creating packages , one click deploy and web.config transformation.
FormsAuthentication in ASP.NET
6/24/2010 11:57:42 PM.
Here we show you a basic example of what a web.config file looks like when it has be set to use form authentication. I will go in further detail and explain the tags.
Storing and Retrieving Connection Strings in ASP.NET 2.0/3.5
6/24/2009 3:05:26 AM.
This article demonstrates how to store database connection strings in Web.config in ASP.NET 2.0/3.5 and retrieve it for creating connection objects.
Membership Service
6/23/2009 1:11:42 AM.
With every new version are added a bunch of new functionality which eases the development of web applications and keeps up to the required security measures to make the applications less susceptible to external threat.
Introduction to ASP.NET
6/10/2009 2:15:00 AM.
I have seen many tutorials on ASP.NET but most of them starts with coding and writing your first ASP.NET program. But here I have written this tutorial for explaining why there is a need for ASP.NET when classy ASP is working fine, what are the underlying technology behind ASP.NET, and what programming model ASP.NET provides to programmers.
Using Web.Config in ASP.NET and ASP
5/29/2009 3:39:02 AM.
Web.config acts as a central location for storing the information to be accessed by web pages.
Web.config file configures fundamental settings
9/10/2008 12:58:24 AM.
Every web application in ASP.NET includes a web.config file that configures fundamental settings from error message to security.
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.