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

Getting started

 
   Web Hosting and Web Master Forums (Home) -> IIS RSS
Next:  IIS 6.0 Crashes  
Author Message
anonymous255

External


Since: Oct 27, 2003
Posts: 30



(Msg. 1) Posted: Tue May 18, 2004 7:39 pm
Post subject: Getting started
Archived from groups: microsoft>public>inetserver>iis (more info?)

I just install IIS on a Windows XP Professional
workstation. However, I find that there is no default
home page.

I would like to know where can I find guidelines to create
my first home page.

Thanks

 >> Stay informed about: Getting started 
Back to top
Login to vote
jmaltz

External


Since: Aug 22, 2003
Posts: 710



(Msg. 2) Posted: Wed May 19, 2004 12:12 am
Post subject: Re: Getting started [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hi,

There should be a default webpage at <a style='text-decoration: underline;' href="http://localhost" target="_blank">http://localhost</a> (C:\inetpub\wwwroot).

For creating your first web page:
<a style='text-decoration: underline;' href="http://www.google.com/search?hl=en&ie=UTF-8&q=my+first+web+page&spell=1" target="_blank">http://www.google.com/search?hl=en&ie=UTF-8&q=my+first+web+page&spell=1</a>

--
--Jonathan Maltz [Microsoft MVP - Windows Server, Virtual PC]
<a style='text-decoration: underline;' href="http://www.visualwin.com" target="_blank">http://www.visualwin.com</a> - A Windows Server 2003 visual, step-by-step
tutorial site Smile
<a style='text-decoration: underline;' href="http://vpc.visualwin.com" target="_blank">http://vpc.visualwin.com</a> - Does <insert OS name> work on VPC 2004? Find out
here
Only reply by newsgroup. I do not do technical support via email. Any
emails I have not authorized are deleted before I see them.


"Paul" <anonymous.TakeThisOut@discussions.microsoft.com> wrote in message
news:ee5201c43d31$5b0a4cb0$a301280a@phx.gbl...
 > I just install IIS on a Windows XP Professional
 > workstation. However, I find that there is no default
 > home page.
 >
 > I would like to know where can I find guidelines to create
 > my first home page.
 >
 > Thanks<!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: Getting started 
Back to top
Login to vote
anonymous255

External


Since: Oct 27, 2003
Posts: 30



(Msg. 3) Posted: Wed May 19, 2004 12:20 am
Post subject: Re: Getting started [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

I just find the localstart.asp in that directory.

However, when I type <a style='text-decoration: underline;' href="http://machine1," target="_blank">http://machine1,</a> I get the message:
Under Construction - The site you were trying to reach
does not currently have a default page.

Thanks

 >-----Original Message-----
 >Hi,
 >
 >There should be a default webpage at <a style='text-decoration: underline;' href="http://localhost" target="_blank">http://localhost</a>
(C:\inetpub\wwwroot).
 >
 >For creating your first web page:
 >http://www.google.com/search?hl=en&ie=UTF-
8&q=my+first+web+page&spell=1
 >
 >--
 >--Jonathan Maltz [Microsoft MVP - Windows Server, Virtual
PC]
 >http://www.visualwin.com - A Windows Server 2003 visual,
step-by-step
 >tutorial site Smile
 >http://vpc.visualwin.com - Does <insert OS name> work on
VPC 2004? Find out
 >here
 >Only reply by newsgroup. I do not do technical support
via email. Any
 >emails I have not authorized are deleted before I see
them.
 >
 >
 >"Paul" <anonymous.RemoveThis@discussions.microsoft.com> wrote in
message
 >news:ee5201c43d31$5b0a4cb0$a301280a@phx.gbl...
  >> I just install IIS on a Windows XP Professional
  >> workstation. However, I find that there is no default
  >> home page.
  >>
  >> I would like to know where can I find guidelines to
create
  >> my first home page.
  >>
  >> Thanks
 >
 >
 >.
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Getting started 
Back to top
Login to vote
kgafvert

External


Since: Aug 23, 2003
Posts: 2972



(Msg. 4) Posted: Wed May 19, 2004 12:17 pm
Post subject: Re: Getting started [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

That is because you have not created one. You get this page because the
default page is the help files for IIS, which is not accessible outside.

Write this in a text-editor:

<html>
<body>
Hello World
</body>
</html>

Save it to "default.htm" in C:\inetpub\wwwRoot (if that is the webroot)
Now it should work. If not, start IIS Manager, right click the WebSite, and
click Properties. Click on the Documents tab, and move Default.htm to the
top of the list. If it is not there, create it, and move it to the top of
the list.


--
Regards,
Kristofer Gafvert - IIS MVP
<a style='text-decoration: underline;' href="http://www.ilopia.com" target="_blank">http://www.ilopia.com</a> - When you need help!


"Paul" <anonymous.TakeThisOut@discussions.microsoft.com> wrote in message
news:ee8d01c43d58$a7d1d6e0$a101280a@phx.gbl...
 > I just find the localstart.asp in that directory.
 >
 > However, when I type <a style='text-decoration: underline;' href="http://machine1," target="_blank">http://machine1,</a> I get the message:
 > Under Construction - The site you were trying to reach
 > does not currently have a default page.
 >
 > Thanks
 >
  > >-----Original Message-----
  > >Hi,
  > >
<font color=green>  > >There should be a default webpage at <a style='text-decoration: underline;' href="http://localhost</font" target="_blank">http://localhost</font</a>>
 > (C:\inetpub\wwwroot).
  > >
  > >For creating your first web page:
  > >http://www.google.com/search?hl=en&ie=UTF-
 > 8&q=my+first+web+page&spell=1
  > >
  > >--
  > >--Jonathan Maltz [Microsoft MVP - Windows Server, Virtual
 > PC]
  > >http://www.visualwin.com - A Windows Server 2003 visual,
 > step-by-step
  > >tutorial site Smile
  > >http://vpc.visualwin.com - Does <insert OS name> work on
 > VPC 2004? Find out
  > >here
  > >Only reply by newsgroup. I do not do technical support
 > via email. Any
  > >emails I have not authorized are deleted before I see
 > them.
  > >
  > >
  > >"Paul" <anonymous.TakeThisOut@discussions.microsoft.com> wrote in
 > message
  > >news:ee5201c43d31$5b0a4cb0$a301280a@phx.gbl...
   > >> I just install IIS on a Windows XP Professional
   > >> workstation. However, I find that there is no default
   > >> home page.
   > >>
   > >> I would like to know where can I find guidelines to
 > create
   > >> my first home page.
   > >>
   > >> Thanks
  > >
  > >
  > >.
  > ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Getting started 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Started? - How can I see if IIS is started on win2000server? Does it appear among services?

IIS Cannot be started - hi guys good afternoon i faced some problem after i install IIS afteri install the IIS 5.0 in window 2000 when i try to start service for the IIS, the "Default Web Site" service cannot be start. it will pop up a error message "Address al...

iis started to stop - Hello, Has anyone noticed any new viruses or anything that might be out? the iis server on winnt has started to stop every few hours for the past few days forcing a reboot to start the service again. The harddrive space was full which we deleted most o...

IIS & XP Pro : Service could not be started - After installing IIS several times I can't get it to work. The installation seems to be completed successful but I can't get it to work. If I open the Internet Information Services in the Administrative Tools I see my computer and that's it. No sign....

IIS service - not started - My PC is running on MS Windows 2000 Professional. I am unable to use some of the IIS services IF I give http://localhost/ in internet Explorer I get an "Authentication Failed " error meaage the error message number is 1474 I couldn't view my AS...
   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 ]