launchsettings.json
A the ASP.NET LaunchSettings.json files
| Type | object |
|---|---|
| File match |
launchsettings.json
|
| Schema URL | https://catalog.lintel.tools/schemas/schemastore/launchsettings-json/latest.json |
| Source | https://www.schemastore.org/launchsettings.json |
Validate with Lintel
npx @lintel/lintel check
Properties
A list of debug profiles
Definitions
Set to true to enable windows authentication for your site in IIS and IIS Express.
Set to true to enable anonymous authentication for your site in IIS and IIS Express.
The URL of the web site.
The SSL port to use for the web site.
Identifies the debug target to run.
The arguments to pass to the target being run.
An absolute or relative path to the executable.
Sets the working directory of the command.
Set to true if the browser should be launched.
The relative URL to launch in the browser.
Set the environment variables as key/value pairs.
A semi-colon delimited list of URL(s) to configure for the web server.
Set to true to enable native code debugging.
Set to true to disable configuration of the site when running the Asp.Net Core Project profile.
Set to true to run the 64 bit version of IIS Express, false to run the x86 version.
Specifies the hosting model to use when running ASP.NET core projects in IIS and IIS Express.
Set to true to enable debugging of SQL scripts and stored procedures.
Set to true to enable the JavaScript debugger for Microsoft Edge (Chromium) based WebView2.
Set to true to leave the IIS application pool running when the project is closed.
Set to true to have the debugger attach to a process on a remote computer.
The name and port number of the remote machine in name:port format.
The authentication scheme to use when connecting to the remote computer.
Set to true to enable applying code changes to the running application.
Publish all exposed ports to random ports in Docker (-P).
Set to true to bind the SSL port.
The SSL port to use for the web site.
The HTTP port to use for the web site.
Set to true to display a message when the project is building.
The url to enable debugging on a Blazor WebAssembly application.
A relative or absolute path to the .NET project file on which Roslyn component should be executed. Relative to the current project's folder.