Preparation of IIS and Required Environments

PROD Server Requirements

IIS (Internet Information Services) will be used as the web server and two different applications (Web Frontend and Backend) will run on this server. These requirements only apply to Windows servers.

  1. Domain Name and Subdomains
  • Subdomains for web and backend applications should be created under the domain name to be given for the web application.
  1. SSL Certificates
  • SSL certificates must be provided for each subdomain.

Applications

  • Web Frontend

       Subdomain: app.xxx.com

       Medium: Production

  • Web Backend

       Subdomain: appapi.xxx.com

       Medium: Production

  1. Firewall Settings
  • Ports 80 and 443 must be allowed from Firewall for applications to access.
  1. Database Access
  • Database access must be provided for MS-SQL Server and the necessary connection information (connection string) must be provided. Sample connection string is as follows:
Server=192.168.1.2,1433;Database=testdb;User Id=admin;Password=12345;
  1. Remote Access for Deployment Processes
  • Remote access information should be provided for deployment operations to the server.

Server and Software Requirements

  • Operating System: Windows Server 2019
  • Database: MS SQL Server 2019
  • Database Management Tool: SQL Server Management Studio (SSMS)
  • Web Server: IIS 10.0xx

Hardware Requirements:

  • RAM: 32 GB
  • VCPU: 16
  • CPU: Xeon E5 2660 2.2 GHz

Other Apps that need to be installed