application pool

  1. K

    What is the procedure to disable “Application Pool Recycle in IIS”?

    For every 29 hours interval cycle, you are forcing up the server application to trigger the recycling application pool. You won’t get any reviews from support calls whenever the server hits all other requests. Here’s the step to disable “Application Pool Recycle in IIS”: Step 1: Now, do...
  2. bhawanisingh

    Steps to change Application pool in IIS 7

    Application pools are a great way to isolate applications from one another even when they share the same server. This ensures a bug in one app won’t directly affect any other apps associated with it. But many a times server admins feel the need to change application pool for an application...
Top