Joke Collection Website - Blessing messages - How to build a website server

How to build a website server

We can use iis to build personal servers.

The system should be reinstalled to avoid software conflicts. Let's take vista as an example, and xp is similar.

Of course, you can also skip the above step.

Then open the control panel, select programs and functions, turn WINDOWS functions on or off, and select all internet information services. Be sure to open it and check it one by one. Then confirm the installation. Then open the control panel, select administrative tools, select internet information service management, select ASP icon, and select true in the parent path of the behavior column.

Generally speaking, the server is started by default. We can see the startup icon in the server management in the right column. If it turns gray, it starts.

Up to now, we have successfully built a website server, so how can others access your website?

First, make sure you have broadband internet access, and then try to use ADSL to dial up the internet directly. Intranet will be very troublesome, and the general routing port mapping is not perfect.

Then confirm that the HTTP service of the firewall is open, that is, port 80 is open.

Because the ip address we dialed is dynamic, we need to register a dynamic domain name on the peanut shell website, download the peanut shell software, and enter your passport number after running. Now, as long as you enter the dynamic domain name you applied for, you can access your computer outside the network.

The default address of a web page is C:\inetpub\wwwroot. You can change the path, and you must grant certain permissions to the folder under vista.

Ok, now you have your own website, but although it is free, you should consider your electricity bill if you turn it on 24 hours a day.

Note: The server can support ASP, html and other web pages, but it cannot support PHP web pages for the time being, which requires more complicated settings.