![]() |
|||||
![]() |
Step 2: In this screen you click the 'Add/Remove Windows Components' button. The next screen is shown.
Step 3: In this screen you can add or remove several Windows components, like removing Windows Media Player, removing Internet Explorer (for example if you have another browser) but also here you can add the web-, FTP- and SMTP server. To add these services you click on 'Internet Information Services (IIS)'. Do not check the checkbox but click on the name. Then you click the 'Details' button.
Step 4: Here you see several services which can be installed. If you want to install a web server you click on 'World Wide Web Service' and the again 'Details' button. If you also want to install FTP you check the checkbox 'File Transfer Protocol (FTP) Service'. Here are no further details. If you want to install a SMTP you click the 'SMTP Service' and click 'Details'. In the next screen you check the checkbox 'SMTP Service' and click 'Ok'. If you've selected 'World Wide Web Service' and clicked the 'Details' button the next screen is shown.
Step 5: In this screen you check the checkbox 'World Wide Web Service' to install it and click 'Ok'. Click 'Ok' until you return to the Wizard. If you click 'Next' the selected services will be installed on your computer.After the components are installed the next screen is shown and now you can use your computer as web-, FTP- and mail server.
On your C drive there is a now a new folder called Inetpub. Here you find the folder wwwroot. In this folder you store your website. To test if everything works fine you open your browser and type http://localhost or http://127.0.0.1 to call you website. This opens the index.html in the c:Inetpubwwwroot. If you have a small network and you use a router you need to forward port 80 to the IP address of the computer where your website is running. This is necessary to publish your website to the world. After you have forwarded the port(s) to your you can call your website by typing the IP address of your network at home. This IP address must be the external IP address which you can find here: http://www.whatismyip.com. So if you are IN your home network you can call your website by typing http://localhost.
|
||||