Install IIS (multiple application servers)
Both IIS and .NET Framework 4.5.2 must be installed on one application server and on all web servers.
If you have already done so, you can start immediately with configuring the IIS.
- Make sure you have the Windows DVD available. You may be prompted for it when activating some components.
- On the server, go to the Windows menu Start \ Administrative Tools \ Server Manager.
- Click on:Add Roles.
- Click on: Next.
- Select the Web Server (IIS) role.
- Click on: Next.
- Click on: Next.
- Select HTTP Redirection.
- Select ASP.NET (IIS under Windows Server 2008):
For IIS under Windows Server 2012, you select ASP:
You are now automatically taken to the following window:
- Click on:Add Required Role Services.
- Select Windows Authentication.
- Select Dynamic Content Compression.
- Next select IIS Management Scripts and Tools:
- Click on: Next.
- Click on:Install.
- Click on:Close.
- Go to:Features.
- Check that .NET Framework 4.5.2 has been installed:
If not, install it from Add Features.
Directly to |