Hi, I'm doing a project as a technician and I'm configuring a web server in IIS 7.
I did all the steps in the below video on how to configure an IIS 7 web server but when I type in the ipadress or localhost into theadress bar in my browser nothing displays, the page either ramains blank or it says that the page could not be found. I typed in localhost, localhost/monkey, localhost/index.html,https://localhost, 172.20.184.69, 172.20.184.69/localhost, 172.20.184.69:90/localhost but nothing works. Does somebody know what I might have done wrong? I don't know if something's wrong with the code of my html
file which is the below one that I saved in localdisc C:>inetpub>wwwroot>test (map)
<html>
<head>
<body>
I work!!!!!!!!!!!!
</body>
</html>
↧
HTML file not displaying?
↧