Forum Discussion

ironfly's avatar
ironfly
Copper Contributor
Sep 25, 2022

SetMinThreads not sticking on Azure Web app

We are setting the minimum threads for our asp.net app in the Application_Start using:   System.Threading.ThreadPool.SetMinThreads(100,100)   This is working in our dev environment (IIS 10 box) an...

Share

Resources