How to set up a web server with IIS

Updated on technology 2024-03-17
2 answers
  1. Anonymous users2024-02-06

    1.For security reasons, first create a new user for your web service and set a password, the password set by the author is 123456 (this password will be used when opening a web service later). Figure (1) Create a service account 2

    After the installation is completed, we open the -> management tool of the control panel Figure (2) IIS server The host rental is installed with IIS by default, which is the IIS -> intrnet service manager that we have installedOpen the web server extension Figure (3) Open the web server extension 4Open the IIS server - ** 1) Right-click, click Properties, select the home directory - > Configuration - >> option Check the "Enable Parent Path" Figure (4) Enable Parent Path 2) Add your default homepage in the Document tab.

    Figure (5) Add the default home page 3) Pop up a ** new wizard and go directly to the next step. Enter your ** description, such as your FTP name. Here enter test diagram (6) ** Description 4) Click Next.

    Figure (7) IP address port setting It should be noted that the host head is the domain name you want to bind, if you want to bind multiple domain names, see Step 5) **Home directory setting (that is, the storage root directory of your **file) Figure (8)**Home directory setting 6) Click Next to check the script and execute Figure (9)** Access rights setting 7) Click Next, and the basic setup of the web service is completed. But as a server, security is important. 8) Right-click on the test you just created, select Properties - Directory Security, click "" under Authentication and Access Control - Use the following Windows users for anonymous access.

    Figure (10) Anonymous access account settings Click to browse - "Advanced" - >> Find it now, select the test user created at the beginning of this article, and fill in the password 123456Figure (11) Set up a secure anonymous access account 9) Add the test user permission to the d: wwwroot folder mentioned in step "5)", and remove the permissions except for the system and administrator.

    Figure (12) Set **Program Security Permissions Now a safe and easy-to-use web server is basically established, and you can use your program. Figure (13) The host was successfully opened.

  2. Anonymous users2024-02-05

    The database can be set on IIS, which is the same as the normal ** setting, but the host header is different, and you need to fill in the local one.

Related questions
5 answers2024-03-17

Your ADSL external IP is not fixed at all, the IP of the internal network can be turned off the DHCP server, and the IP can be set to manual! >>>More

7 answers2024-03-17

Very simple. Of course, you can see your own server.

But the IP of your server is the IP of the private network....That is, it starts with 292. >>>More

6 answers2024-03-17

Don't talk too much to him about what he doesn't understand!

10 answers2024-03-17

After the server creates a session, it will write back the session ID number to the client in the form of a cookie, so that as long as the client's browser is not closed, when accessing the server again, it will go with the session ID number, and the server will use the corresponding session in memory to serve it.

17 answers2024-03-17

1. First find out the IP address that is not currently being used, and use the ping command to see if the IP is used at this time. >>>More