Link Search Menu Expand Document

Install Required Software

Following software are required to install prior to install TIKTING Help Desk and Change Management System.

Table of contents

  1. Step 1 - Install Dot Net Frameworks
  2. Step 2 - Install IIS Web Server
  3. Step 3 - Install SQL Server 2019
  4. Step 4 - Install SSMS
  5. Step 5 - Install ASP.NET Core Runtime

Step 1 - Install Dot Net Frameworks

  • Install .Net Framework 3.5 and 4.6 from Server Manager > Roles and Features.

Install .Net Framework

Step 2 - Install IIS Web Server

  • Install IIS Server from Server Manager > Roles and Features.

Install IIS Server

  • Choose Role-based or feature-based installation.

Choose Role Based Features

  • Choose your server / vm from the list and click next.

Choose your Server

  • From the list please select Web Server (IIS) and click ‘Add Features’.

Add Features

  • Click next through the coming installation screens. Choose Web Server with the default options.

Web Server Options

  • Go through the confirmation page, install and close the window.

Install and Close

Step 3 - Install SQL Server 2019

  • Run the SQL Server 2019 Installer.

  • Choose ‘New SQL Server stand-alone installation or add features to an existing installation’.

New SQL Server Standalone Installation

  • Click Next through the following screen that checks Install rules. If your firewalls are still turned on please turn it off for now. When all the status are passed please click next.

Disable Firewalls

  • Database Engine Services are required. Meet the remaining prerequistes (if any) and click next.

Installation Options

  • Click Next through the installation screen upto Server Configuration.

Please Select your Service Accounts and choose Automatic Start in the startup types for all accounts.

  • SQL Server Agent
  • SQL Server Database Engine
  • SQL Server Browser Services

Select Database Accounts

  • Click Next through the Installation screens and reach to Database Engine Configuration. Select Mixed mode and give “sa” password and proceed through installation.

Database Engine Configuration

Step 4 - Install SSMS

  • SSMS (SQL Server Management Studio) is a an integrated environment for managing any SQL infrastructure. Please download and install SSMS from Microsoft website.

Install SSMS

Step 5 - Install ASP.NET Core Runtime

Download from Microsoft

  • Please download and install ASP.NET Core 6.0 Runtime (v6.0.8)

Install SSMS

Install TIKTING

Back to Top