
Configuring Apps by using Configuration Files - .NET Framework
Mar 5, 2025 · Developers can put settings in configuration files, eliminating the need to recompile an application every time a setting changes. This section describes what can be configured …
web.config file | Microsoft Learn
Discover what is inside of the web.config file and how to configure different ASP.NET Core Module options.
OpenSSH Server Configuration for Windows | Microsoft Learn
Aug 5, 2025 · Learn about the Windows-specific configuration options for OpenSSH Server on Windows Server and Windows.
Windows Sandbox sample configuration files | Microsoft Learn
Jan 24, 2025 · The following config file can be used to easily test unknown downloaded files inside a sandbox. To achieve this testing, networking and vGPU are disabled, and the …
Common NuGet configurations | Microsoft Learn
May 21, 2024 · NuGet.Config files control NuGet's behavior, and can be modified with nuget config command.
Store custom information from a configuration file - C#
Jul 15, 2024 · This article introduces how to store custom information from a configuration file that you can retrieve later during run time by its associated application. It's helpful when you must …
Configuration in ASP.NET Core | Microsoft Learn
Jun 28, 2025 · Learn how to use the Configuration API to configure AppSettings in an ASP.NET Core app.
Migrating from packages.config to PackageReference formats
Apr 17, 2023 · Details on how to migrate a project from the packages.config management format to PackageReference as supported by NuGet 4.0+ and VS2017 and .NET Core 2.0
Advanced settings configuration in WSL | Microsoft Learn
A guide to the wsl.conf and .wslconfig files used for configuring settings when running multiple Linux distributions on Windows Subsystem for Linux.
Protecting Connection Strings and Other Configuration …
Jun 24, 2023 · By default, files with a .config extension in an ASP.NET application cannot be accessed through a browser. These types of files are not returned because they may contain …