Welcome to MobyThreads.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in
All support for the MobyThreads Threaded phpBB MOD can now be found on welsolutions at this forum

"Under Construction" message IIS 6

 
   Web Hosting and Web Master Forums (Home) -> IIS RSS
Next:  FTP 426 errors  
Author Message
anonymous61

External


Since: Oct 10, 2003
Posts: 40



(Msg. 1) Posted: Tue Nov 04, 2003 10:09 am
Post subject: "Under Construction" message IIS 6
Archived from groups: microsoft>public>inetserver>iis (more info?)

Hi,

I installed IIS and Front Page Server Ext on my Windows
2003 machine.

When I try to browser to the localhost on the machine I
get the following. I even set a default page as it
mentions but I think it's a permissions issue? Thanks,
Dave.

"Under Construction

The site you are trying to view does not currently have a
default page. It may be in the process of being upgraded
and configured.

Please try this site again later. If you still experience
the problem, try contacting the Web site administrator.

----------------------------------------------------------
If you are the Web site administrator and feel you have
received this message in error, please see "Enabling and
Disabling Dynamic Content" in IIS Help.

To access IIS Help
Click Start, and then click Run.
In the Open text box, type inetmgr. IIS Manager appears.
From the Help menu, click Help Topics.
Click Internet Information Services."

 >> Stay informed about: "Under Construction" message IIS 6 
Back to top
Login to vote
anonymous316

External


Since: Nov 04, 2003
Posts: 1



(Msg. 2) Posted: Tue Nov 04, 2003 11:13 am
Post subject: "Under Construction" message IIS 6 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

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

 >> Stay informed about: "Under Construction" message IIS 6 
Back to top
Login to vote
anonymous61

External


Since: Oct 10, 2003
Posts: 40



(Msg. 3) Posted: Tue Nov 04, 2003 11:23 am
Post subject: "Under Construction" message IIS 6 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

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 
Back to top
Login to vote
anonymous61

External


Since: Oct 10, 2003
Posts: 40



(Msg. 4) Posted: Tue Nov 04, 2003 11:23 am
Post subject: "Under Construction" message IIS 6 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

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 
Back to top
Login to vote
someone9

External


Since: Aug 25, 2003
Posts: 2419



(Msg. 5) Posted: Tue Nov 04, 2003 3:55 pm
Post subject: Re: "Under Construction" message IIS 6 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

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 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Error Message - I may well be in the wrong group but I find The Internet Explorer on-line help impossibly dense. When I try to get some sites by using internet explorer I get the following message. Explorer has caused an error in MSDXM.OCX when I click ok Internet...

Error message - I'm not really sure of all of the version numbers for IIS and Server 2000. I'm extremely new to all of this. All I'm trying to do is to Configure IIS. Everytime that I open (SQL XML Support in IIS) and try to connect to my server I get the Error:..

ERROR MESSAGE - I DON'T KNOW IF I'M IN THE RIGHT PLACE OR NOT BUT CAN ANYBODY HELP?I KEEP GETTING THIS ERROR MESSAGE AND THEN A FEW MINUTES LATER MY COMPUTER LOCKS UP AND HAS TO BE RESTARTED.IT IS AS FOLLOWS:EXPLORER caused an invalid page fault in module..

IIS giving a "address already in use" message - I am trying to resolve an issue with IIS. I have re- installed IIS on a Win2K Server machine, but now the Default Web Site service is stopped and will not start. An information message stating "address already in use" displays Can anyone ...

http 404 error message - I am experiencing this message when I attempt to contact a search engine such as google, altavista etc. I can contact all of my favorite sites with no problem. I can enter a search argument on my home site (sympatico) and it works, but when I click o...
   Web Hosting and Web Master Forums (Home) -> IIS All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]