Change Application pool in IIS
Follow below steps to change the application pool from IIS
- Login to your VPS via Remote Desktop. Open IIS Manager (Start > Run > Type inetmgr and hit enter).
- Under the Connections Pane, expand the VM hostname. Expand Sites and select the website whom application pool you wish to change.
- After click website name>Under the Actions pane, click on Advanced settings.

- Select the Application pool option and click the Browse button.

- Select the Application pool from the drop down menu and click OK. Click OK again to close the window.


Related Articles
Change Application Pool of a Website in IIS
Change Application Pool of a Website in IIS Login to your VPS. Open Start > Administrative tools > IIS Manager.> Expand the “Sites” folder from left-side panel. Select the particular website which is facing 'targetFramework' error. Right click on the ...
How to set periodic recycling for application pool in IIS
Following are the steps to set periodic recycling for the application pool in IIS Login to your VPS via RDP. Click on Start → Administrative Tools → IIS. Expand the server name. Click on Application Pools. Select the application pool in which you ...
How to change ASP.Net application pool from SolidCP
Steps to follow to change ASP.Net application pool in SolidCP Login to SolidCP. Once you are logged into SolidCP, click on All Customers link. In the next screen, you will see the list of all created users. , you'll see the default admin user there. ...
Application Pool Recycling through Plesk Windows
Application Pool Recycling through Plesk Windows Description: Recycling means the worker process that handles requests for that application pool is terminated and a new one started. This is generally done to avoid unstable states that can lead to ...
Enable node.js with IIS
Configuring IIS node.js with Windows Server 2012 Before proceeding further we need to install below mentioned application:- Download Node JS for Window (https://nodejs.org/en/download/). Now for Installing IIS node, search for IIS node on Web ...