Preparing the Web Server

Last updated

Preparing the Web Server


Windows Server 2012R2


Use Server Manager, to add the following Roles and Features

Add the following Server Roles.
Application Server
Web Server (IIS)
Add the following Features
.NET Framework 4.6 -> ASP.NET 4.6

Tick the following in Web Server Role (IIS) -> Role Services
Security -> Basic Authentication
Security -> Windows Authentication
Management Tools -> IIS 6 Management Compatibility
Application Development -> .NET Extensibility 4.6
Application Development -> ASP.NET 4.6
(ISAPI Extensions & ISAPI Filters should be automatically enabled)

 

Windows Server 2016


Use Server Manager, to add the following Roles and Features

Add the following Server Roles.
Web Server (IIS)
Add the following Features
.NET Framework 4.6 -> ASP.NET 4.6

Tick the following in Web Server Role (IIS) -> Role Services
Security -> Basic Authentication
Security -> Windows Authentication
Management Tools -> IIS 6 Management Compatibility
Application Development -> .NET Extensibility 4.6
Application Development -> ASP.NET 4.6
(ISAPI Extensions & ISAPI Filters should be automatically enabled)

 

Windows Server 2019


Use Server Manager, to add the following Roles and Features

Add the following Server Roles.
Web Server (IIS)
Add the following Features
.NET Framework 4.7 -> ASP.NET 4.7

Tick the following in Web Server Role (IIS) -> Role Services
Security -> Basic Authentication
Security -> Windows Authentication
Management Tools -> IIS 6 Management Compatibility
Application Development -> .NET Extensibility 4.7
Application Development -> ASP.NET 4.7
(ISAPI Extensions & ISAPI Filters should be automatically enabled)

 

Next Chapter: Installation on the Web Server
var _glc =_glc || []; _glc.push('all_ag9zfmNsaWNrZGVza2NoYXRyDwsSBXVzZXJzGMTP7pYDDA'); var glcpath = (('https:' == document.location.protocol) ? 'https://my.clickdesk.com/clickdesk-ui/browser/' : 'http://my.clickdesk.com/clickdesk-ui/browser/'); var glcp = (('https:' == document.location.protocol) ? 'https://' : 'http://'); var glcspt = document.createElement('script'); glcspt.type = 'text/javascript'; glcspt.async = true; glcspt.src = glcpath + 'livechat-new.js'; var s = document.getElementsByTagName('script')[0];s.parentNode.insertBefore(glcspt, s);