IIS Tweak Performance Settings


  1. Go to Application Pool and set Maximum Worker Process = 0
  2. When deploying your application make sure to set Compilation Debug = false in Web.Config for speed optimization
  3. Assign IIS Application Pool Identity to LocalSystem so that the Server can have respect for the processes running under the Application Pool.
  4. If your App's Application Pool is running in the Integrated Mode, the MaxConcurrentRequestPerCPU is restricted to only 5000 which is plenty to run an asynchronous number of the request unless if your application has millions of visitors then you should move to a Server with more thread (Dual-Core Processor).
  5. Make sure to Minify your code when deploying the application
  6. Make sure Https/2 is utilized when serving the requests

Servers
published
v.0.01




© 2024 - ErnesTech - Privacy
E-Commerce Return Policy