Configuring the IIS server and creating an application pool
IIS server configuration
Procedure
- Under Add Roles and Features Wizard, select Role Services and keep checked or check the following:
- Web Server
- Common HTTP Features
- Default Document
- Directory Browsing
- HTTP Errors
- Static Content
- HTTP Redirection
- Health and Diagnostics
- Performance
- Static Content Compression
- Security
- Request Filtering
- Basic Authentication
- Windows Authentication
- Application Development
- .NET Extensibility 4.6
- ASP
- ASP.NET 4.6
- ISAPI Extensions
- ISAPI Filters
- Management Tools
- IIS Management Console
- IIS 6 Management Compatibility
- IIS 6 Metabase Compatibility
- IIS 6 Management Console
- IIS 6 Scripting Tools
- IIS 6 WMI Compatibility
- Features
- .NET Framework 4.6 Features (2 of 7 installed)
- .NET Framework 4.6 (Installed)
- WCF Services (1 of 5 installed)
- TCP Port Sharing (Installed)
Creating an application pool
Pre-requisites
- Windows Server 2008/2012/2016
- IIS server
- .Net Framework 4.0 or later
Procedure
- Open the Internet Information Services (IIS) Manager.
- Select Application Pools, right-click in the window on the right and select Add Application Pool….
- In the window that opens, enter ALVAO AppPool .NET 4.0, select.NET CLR Version v4.0.30319 as the .Net Framework version,select the Integrated managed pipeline mode, and click OK.
- Then right-click on the newly created application pool and select Advanced settings…
- First change the value of the Reqular Time Interval (minutes) property to 43200 (minutes), i.e. 30 days.
Then change the Idle Time-out (minutes) property to 43199 (minutes).
- You will also have to change the value of the Identity property, which is now ApplicationPoolIdentity.
Click on Identity, select NetworkService in the window that opens and confirm your selection.
- Now you will need to change the settings for specific web applications. Select the required web application from the list and click onBasic Settings….
- A new window opens. Click on the Select… button and select the newly created application pool.
- Confirm all changes and close the window.
- Change the application pool for all ALVAO web solutions.
- Done.
Next information
Did not find what you were looking for? Ask our technical support team.
|