How to do it...

  1. Open Server Manager on Windows Server 2016. Click on the Tools menu and open IIS Manager.
  1. Expand the IIS server (WIN2016IIS). You'll get the listed Application Pools. Have a look:

  1. This screenshot shows that under the application pools, we have DefaultAppPool with the Status showing Started, version v4.0, and Managed Pipeline showing Integrated.
  2. Let's create a new application pool for v2.0 and an integrated pipeline.
  1. Click on Add Application Pool in the Actions window, which is available on the right-hand side. You will get the Add Application Pool wizard:
  1. Choose an application display name according to your application name to identify it easily. I've named my pool 2and3.5AppPool. The name shows that it will support both 2.0 and 3.5 .NET framework versions.
  1. Next, we have .NET CLR version. Click on the dropdown menu and select .NET Version V2.0.50727. This .NET CLR version supports 2.0 and 3.5 framework websites.
  1. Next, we have the Managed pipeline mode dropdown menu. We can select from Integrated or Classic mode. We will select the Integrated managed pipeline mode in this example.

  2. You can also select the auto-start option while creating the application pool. Select Start application immediately so that once the application pool is created, it starts automatically. If you uncheck the start application checkbox, you can start it later manually from the Actions window. Click on the OK button. Now you have successfully created your application pool. You can find the newly created application pool in the Application Pools list.
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.133.12.172