What is going on behind the scenes is the "DefaultDoc" resolution, which is
configured to look for in a ordered list of page names given a URL that does
not end in a page name. This is totally configurable on a per-URL setting.
--
//David
IIS
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"Dave" <anonymous.TakeThisOut@discussions.microsoft.com> wrote in message
news:0de601c3a2f0$0332fdb0$a501280a@phx.gbl...
Harry,
Thank you so much for you help. Being I'm using IIS 6,
it doesn't install any .asp pages by default. Only a
iisstart.htm which raised the message.
Anyway, I created another test.htm on my Default site and
browsed to it OK so I'm up and running. But I would still
like to know what's going on behind the scenes.
Thanks again, Dave.
>-----Original Message-----
>Dave, by default, a file called iisstart.asp is
installed
>and configured as the home page. One good way to
>determine if this is a permissions problem is to browse
to
>the following page - localhost/localstart.asp . This
>should display the 'standard' IIS start up page in the
>browser. If this displays, the problem is not likely
>related to permissions. I had a recent installation
that
>did the exact same thing; gave the 'Under Construction'
>message when trying to run the file iisstart.asp, but
>could run the localstart.asp file with no problems. I
>checked the code for iisstart.asp and basically all it
did
>was response.redirect to localstart.asp, assuming a
couple
>of server variables were met. If unable to redirect to
>localstart.asp, the Under Construction message was
output
>to the user. I never did find out why the iisstart.asp
>file could not run. Hope this helps.
>
>Good Luck,
>
>Harry Evans
>.
><!-- ~MESSAGE_AFTER~ -->
>> Stay informed about: "Under Construction" message IIS 6