Documentation
SolutionDeveloperComplianceProjects
  • Getting Started
  • Technology
    • Application Framework
    • Object-Relational Mapping
    • Security Framework
    • Architecture Pattern
    • API Management
  • Environment
    • Development Tool
    • Database Server
    • Web Server
  • PRESENTATION
    • Design Material
    • HTML Helpers
    • Icon Images
    • Custom CSS
    • JQuery Plugin
      • DataTables
      • Tabs
      • Date Picker
      • Calendar
      • Chart
      • Treeview
    • Client Script
      • Open Modal
      • Close Modal
      • Handle return data
      • Load Content
      • Change Hash
      • Change Title
      • Get actual Hash
      • Get Content
      • Update Content
      • Delete Content
      • Get Partial Content
      • Get Partial Content Async
      • Update Partial Content
      • Update Partial Content Async
      • Delete Partial Content
      • Get Action
      • Update Action
      • Delete Action
      • Cascading Dropdown
      • Display Document
    • MVC View
  • BACKEND
    • Base Controller
    • Controller
    • Base Model
    • View Model
    • Class Utility
      • Constant Values
      • Global Properties
      • Option Helper
      • Setting Helper
    • Data Repository
      • Read Columns
      • Read All Columns
      • Read First Record
      • Read by Primary Key
      • Find Record
      • Insert Record
      • Update Record
      • Delete Entity
      • Delete by Criteria
      • Delete by Primary Key
      • Counting Record
      • Check Exist
      • Generate Row-Id
    • Unit Of Work
    • Data Entity
  • Application Features
    • Account Management
    • Navigation Editor
    • Access Control
  • Examples
    • Simple Page
    • Master Detail
    • Editor Template
Powered by GitBook
On this page
  • General information
  • Microsoft IIS
  • Installation
  1. Environment

Web Server

PreviousDatabase ServerNextDesign Material

Last updated 2 years ago

General information

A Web Server is a computer program that handles HTTP (Hypertext Transfer Protocol) requests and responses. It serves files that make up a website to Clients, typically web browsers, over the internet or a local network. When a Client requests a web page with a browser, the request is sent to the Server, which then sends the requested files back to the Client for display. Examples of Web Servers include Apache, IIS, and Nginx.

Microsoft IIS

Internet Information Services (IIS) is a Web Server software package developed by Microsoft that is included with the Windows operating system. It is used to host and deliver web content, such as websites and web services, on the World Wide Web.

For more information:

Installation

To install Internet Information Services (IIS) on a Windows machine, follow these steps:

  1. Go to "Control Panel" > "Programs" > "Programs and Features" > "Turn Windows features on or off" (or just type "Turn Windows features on or off" in the search bar of the main menu)

  2. Check the boxes as shown in the picture below:

IIS will be installed, along with any additional features you selected. You may need to restart your machine for the changes to take effect.

Once IIS is installed, you can access the IIS Manager by clicking on "Start" and typing "inetmgr" into the search box. You can use the IIS Manager to configure your web server, create websites, and manage web content.***

https://learn.microsoft.com/en-us/iis/get-started/introduction-to-iis/introduction-to-iis-architecture