John,
When you try to access the URL
http://localhost, I believe it is mapped to
the contents in the folder C:\InetPub\WWWRoot . Try using
http://localhost/website and see what happens. If the latter works, you have
created a Virtual directory within the current website. If your intention it
to use
http://localhost and see the contents of the website folder, you may
have to change the folder mapped to the default website to the website sub
directory.
You can also acomplish this using a redirection to the URL using code after
assigning a default document. Reply to the group if you have more questions.
Secondly, the Under Contruction comes from the default page assigned to the
Default website. This is part of the IIS setup and there is nothing wrong
with it. As long as you see the Under Construction page, IIS is up and
running.
Regards,
Trevor Benedict
MCSD
"john" <johnbahran RemoveThis @hotmail.com> wrote in message
news:4cc2e4e4-91be-4eba-8a6e-1fa6ee0330fc@y5g2000hsf.googlegroups.com...
>I am trying to host my website, but when I go to http://localhost , it
> shows under construction. IIS has already started and when I right
> click on the website which is located at c:\inetpub\wwwroot\website
> and browse, it shows with no problem. I have also stopped Default
> website. What could be the problem? Would appreciate any help. Port 80
> is not blocked.