About 130,000 results
Open links in new tab
  1. Transform web.config | Microsoft Learn

    Aug 8, 2025 · {CONFIGURATION}.config file for each build configuration (Debug|Release) requiring a web.config transformation. In the following example, a configuration-specific environment variable is …

  2. about_PowerShell_Config - PowerShell | Microsoft Learn

    Jan 19, 2024 · The powershell.config.json file contains configuration settings for PowerShell. PowerShell loads this configuration at startup. The settings can also be modified at runtime. Previously, these …

  3. Configuring Apps by using Configuration Files - .NET Framework

    Mar 5, 2025 · When you create a .NET Framework project in Visual Studio, an App.config file is automatically added to the project. You can also add a file manually by selecting File > New File.

  4. Store custom information from a configuration file - C#

    Jul 15, 2024 · This article describes how to store and retrieve custom information from an application configuration file by using Visual C#.

  5. Overview of the Office Customization Tool - Microsoft 365 Apps

    Aug 26, 2025 · The Office Customization Tool creates the configuration files that are used to deploy Office in large organizations.

  6. Configuration files for code analysis rules - .NET

    Jun 4, 2024 · Learn about different configuration files, including editorconfig and global config files, to configure code analysis rules.

  7. How to: Create Web.config Files | Microsoft Learn

    Oct 22, 2014 · The following code example illustrates the initial contents of a Web.config file created by Visual Web Developer. Default settings are given for the compilation and the authentication elements.

  8. where do i find the web.config file? - Microsoft Q&A

    Feb 15, 2021 · This article describes how to edit the Web.config file of an ASP.NET application. Discover what is inside of the web.config file and how to configure different ASP.NET Core Module …

  9. How to: Read application settings - .NET Framework

    Jun 4, 2024 · This article shows you how to add a simple setting to an App.config file in a .NET Framework app, and then read the value programmatically. Instead of just reading a single value, …

  10. Edit configuration of an ASP.NET application - ASP.NET

    Feb 26, 2022 · This article describes how to edit the Web.config file of an ASP.NET application.