I am using .net 4.5 ASP.NET Web API application. How can i overwrite following settings in web.config file.
•maxWorkerThreads
•minWorkerThreads
•maxIoThreads
•minFreeThreads
•minLocalRequestFreeThreads
•maxconnection
•executionTimeout
I am using .net 4.5 ASP.NET Web API application. How can i overwrite following settings in web.config file.
•maxWorkerThreads
•minWorkerThreads
•maxIoThreads
•minFreeThreads
•minLocalRequestFreeThreads
•maxconnection
•executionTimeout
Checkout the documentation here:
https://learn.microsoft.com/en-us/previous-versions/ms178685(v=vs.140)#the-processmodel-element
It states:
Some of the settings you mentioned are part of this
processModeland so cannot be modified via web.config.