ToolMatter
Your Apps in Action
Risersoft
Buy
Try
Explore
Documentation
Public
Use this form to visualize ASP.NET Core's configuration file.
{{repoTitle.MainEntity}}
.Kestrel
_
.Kestrel.Endpoints
_
.Kestrel.EndpointDefaults
_
Kestrel.EndpointDefaults.Protocols - The protocols enabled on the endpoint.
Kestrel.EndpointDefaults.ClientCertificateMode - Specifies the client certificate requirements for a HTTPS connection. Defaults to 'NoCertificate'. Available in .NET 5 and later.
Kestrel.EndpointDefaults.SslProtocols Specifies allowable SSL protocols. Defaults to 'None' which allows the operating system to choose the best protocol to use, and to block protocols that are not secure. Unless your app has a specific reason not to, you should use this default. Available in .NET 5 and later.
#
Values
Actions
{{$index+1}}.
.Kestrel.Certificates
_
.Logging
_
.Logging.LogLevel
_
AllowedHosts - ASP.NET Core host filtering middleware configuration. Allowed hosts is a semicolon-delimited list of host names without port numbers. Requests without a matching host name will be refused. Host names may be prefixed with a '*.' wildcard, or use '*' to allow all hosts.
.ConnectionStrings
_
Download Json
{{message}}