IIS configuration of win server 2019 server and simple publishing of website

IIS configuration of win server 2019 server and simple publishing of website

1. First remotely connect to the server


2. Open Server Manager


3Adding roles and functions


4Select Select a server from the server pool

5. Select Web Server (IIS) in Server Role


6. Select NET Framework 3.5.


7. In Control Panel -> System and Security -> Administration and Tools


8. Find Internet informati…that is, IIS and open it


9. Select the website and right-click Create New Website

10. Fill in the information. The website name is recommended to be in English. The physical path is the folder path of html (the IP address can also be filled in with the private IP of your own server, or it can be left blank)


11. Select the application pool and select the newly built website, right-click and select Advanced Settings


12. Change to the selection in the picture


13. Change to the selection in the picture


14. Restart your website


15. Preview to view the published website and links within the server


16. Set Firewall Advanced Settings –> Inbound Rules


17. Select Port


18. Select TCP, and fill in the port number of the website you published in the specific local port number


19. If you cannot view the website from within the server after setting up the application pool, edit the website permissions


20. Edit permissions –> Security –> Edit –> Add (everyone) –> Give all permissions


21. In the server console, find the security group (in order to open the port in the server, if it is not opened, it will not be accessible on the external network)


22. Select the configuration rules for the instance


23. Click Add Security Group Rule


24. Select the inbound direction for the rule direction, fill in the port number of the publishing website for the port range, and fill in 0.0.0.0/0 for the authorized object to represent all IPs


25. After confirmation, you can access the server from the external network according to the provided link, for example: server's external ip: port number

The above is the full content of this article. I hope it will be helpful for everyone’s study. I also hope that everyone will support 123WORDPRESS.COM.

You may also be interested in:
  • How to set up Windows Server 2019 (with pictures and text)
  • Windows Server 2019 Install (Graphical Tutorial)
  • Windows 2019 Activation Tutorial (Office2019)
  • Windowsserver 2019 system installation tutorial with pictures and text
  • Windows Server 2016 IIS10 installation and configuration detailed graphic explanation
  • Windows Server 2016 IIS10 set up HTTPS HTTP/2 and scored A+
  • Windows Server 2016 Server Configuration Guide - IIS10 Installation Method
  • Windows 2016 IIS10.0+PHP+MySQL environment construction
  • Windows Server 2019 IIS10.0+PHP(FastCGI)+MySQL Environment Construction Tutorial

<<:  MySQL Database Iron Laws (Summary)

>>:  Summary of problems encountered in the implementation of Vue plug-ins

Recommend

How to write the style of CSS3 Tianzi grid list

In many projects, it is necessary to implement th...

What to do if the online MySQL auto-increment ID is exhausted

Table of contents Table definition auto-increment...

Solution to the Chinese garbled characters problem in MySQL under Ubuntu

Find the problem I have been learning Django rece...

Reasons and solutions for prompting to save action after uploading files in form

The json data must be returned in html format That...

HTML table tag tutorial (13): internal border style attributes RULES

RULES can be used to control the style of the int...

A record of a Linux server intrusion emergency response (summary)

Recently, we received a request for help from a c...

Detailed explanation of nginx's default_server definition and matching rules

The default_server directive of nginx can define ...

Difference between var and let in JavaScript

Table of contents 1. Scopes are expressed in diff...

Let IE6, IE7, IE8 support CSS3 rounded corners and shadow styles

I want to make a page using CSS3 rounded corners ...

Summary and analysis of commonly used Docker commands and examples

Table of contents 1. Container lifecycle manageme...

Solution to the problem of MySQL data delay jump

Today we analyzed another typical problem about d...

How to solve the error of connecting to the database when ServerManager starts

Servermanager startup connection database error R...

Detailed explanation of ECharts mouse event processing method

An event is an action performed by the user or th...