【发布时间】:2020-04-05 05:37:53
【问题描述】:
我正在使用 .net 4.5 ASP.NET Web API 应用程序。如何覆盖 web.config 文件中的以下设置。
•maxWorkerThreads
•minWorkerThreads
•maxIoThreads
•minFreeThreads
•minLocalRequestFreeThreads
•maxconnection
•executionTimeout
【问题讨论】:
-
通常情况下,web.config 值将优先于 machine.config 值。
标签: c# asp.net .net web-config machine.config