How can users on the Internet also be able to browse to the homepage on our own computer? Its solution is to use IIS.
IIS (Internet Information Server, Internet Information Service) is a Web (Web page) service component that includes Web servers, FTP servers, NNTP servers, and SMTP servers for Web browsing, file transfer, News services and mail delivery, which make it possible to send on a network (including the Internet and LAN)
The cloth information became a very easy thing. This article will tell you about the configuration and management methods for IIS 5.0 that are in the Windows 2000 Advanced Server Edition.
Preparing for the addition and running of the article IIS
First, add IIS
Go to Control Panel, select Add/Remove Programs → add/Remove Windows components, remove the small hooks (if any) before Internet Information Services (IIS), and then follow the prompts to complete the addition of the IIS components. The IIS components added in this way will include all four services, such as Web, FTP, NNTP, and SMTP.
Second, the operation of IIS
After IIS has been added successfully, go to the start → program → admin tools →internet Service Manager to open IIS Manager, right-click on the service with the word "Stopped" and select "Start" to open it.
The first Web server for IIS
First, set up a Web site
For example, the IP address of this machine is 192.168.0.1, its own web page is placed in the D:wy directory, the homepage file name is index.htm, now want to build their own web server according to these.
For this web site, we can use the existing "Default Web site" to make the appropriate changes, you can easily achieve. Please right-click on the Default Web site and select Properties to enter the default Web site properties settings interface.
1. Modify the bound IP address: Go to the Web Site window, and then select the native IP address "192.168.0.1" that is required in the Drop-down menu after "IP address".