Welcome to HostingForumz.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Using IIS

 
   Web Hosting Problem Solving Community! (Home) -> IIS RSS
Next:  how to return "last-modified" h..  
Author Message
Don C. Reser

External


Since: Jun 14, 2005
Posts: 1



(Msg. 1) Posted: Tue Jun 14, 2005 12:37 pm
Post subject: Using IIS
Archived from groups: microsoft>public>inetserver>iis (more info?)

Hi,

I recently was excited to learn and receive a DDNS address and domain. Now
I want to use it to publish a web page. I have XP and W2k with IIs
installed. How do I publish to my site? Can anyone give me any advice.

Don

 >> Stay informed about: Using IIS 
Back to top
Login to vote
Kristofer Gafvert [MVP]

External


Since: May 28, 2005
Posts: 210



(Msg. 2) Posted: Tue Jun 14, 2005 12:37 pm
Post subject: Re: Using IIS [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

When IIS is installed, the default root for the default website is
C:\inetpub\wwwRoot. In this folder, you place your files you want to be
published.

Once that is done, you can browse the files using:

<a style='text-decoration: underline;' href="http://localhost/fileName.htm" target="_blank">http://localhost/fileName.htm</a>

Assuming the file is named fileName.htm

When this works, you can open port 80, and make the website available to
others. Assuming you have a public IP of course, and that your ISP allows
you to do this. Others will then be able to browse the website using:

<a style='text-decoration: underline;' href="http://123.123.123.123/fileName.htm" target="_blank">http://123.123.123.123/fileName.htm</a>

Assuming 123.123.123.123 is the public IP.

But please understand the risks of having a public server! You need to
understand security, and how to secure the webserver.

--
Regards,
Kristofer Gafvert (IIS MVP)
<a style='text-decoration: underline;' href="http://www.gafvert.info" target="_blank">www.gafvert.info</a> - My Articles and help
<a style='text-decoration: underline;' href="http://www.ilopia.com" target="_blank">www.ilopia.com</a>


Don C. Reser wrote:

 > Hi,
 >
 > I recently was excited to learn and receive a DDNS address and domain.
Now
 > I want to use it to publish a web page. I have XP and W2k with IIs
 > installed. How do I publish to my site? Can anyone give me any advice.
 >
 > Don<!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: Using IIS 
Back to top
Login to vote
lists

External


Since: Apr 22, 2004
Posts: 390



(Msg. 3) Posted: Tue Jun 14, 2005 6:00 pm
Post subject: Re: Using IIS [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Tue, 14 Jun 2005 12:37:05 -0500, "Don C. Reser"
<dreser RemoveThis @satx.rr.com> wrote:


 >Hi,
 >
 >I recently was excited to learn and receive a DDNS address and domain. Now
 >I want to use it to publish a web page. I have XP and W2k with IIs
 >installed. How do I publish to my site? Can anyone give me any advice.

That's a loaded question. A good book on IIS etc would certainly help
you a lot quicker than a newsgroup at this level.

Once you get the hang of it and have some specific operational
questions we (I) can help.

John Cesta

The CPU Checker - Monitors your CPU % while you sleep
LogFileManager - IIS LogFile Management Tool
WebPageChecker - Helps Maintain Server UpTime
DomainReportIt PRO - Helps Rebuild IIS
<a style='text-decoration: underline;' href="http://www.serverautomationtools.com" target="_blank">http://www.serverautomationtools.com</a>
 >
 >Don
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Using IIS 
Back to top
Login to vote
Don Reser

External


Since: Jun 14, 2005
Posts: 1



(Msg. 4) Posted: Tue Jun 14, 2005 6:00 pm
Post subject: Re: Using IIS [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

THanks for the advice, but what book can you recommend on IIS. I think
I have it up and running. Most of the time people are talking about
sending their page to a company that publishes for you. I opened up
port 80 on my link sys to go to my W2000 server and it shows the
underconstuction page. My site is donreser.RemoveThis@isa-geek.org. How do I
change or publish to local host?

Don

*** Sent via Developersdex http://www.developersdex.com ***
 >> Stay informed about: Using IIS 
Back to top
Login to vote
user1772

External


Since: Jun 10, 2004
Posts: 1807



(Msg. 5) Posted: Wed Jun 15, 2005 8:55 am
Post subject: Re: Using IIS [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Tue, 14 Jun 2005 12:06:12 -0700, Don Reser
<reserdc RemoveThis @stanfordalumni.org> wrote:

 >THanks for the advice, but what book can you recommend on IIS. I think
 >I have it up and running. Most of the time people are talking about
 >sending their page to a company that publishes for you. I opened up
 >port 80 on my link sys to go to my W2000 server and it shows the
 >underconstuction page. My site is donreser RemoveThis @isa-geek.org. How do I
 >change or publish to local host?

Since this is your local system, just copy the files into the root of
your web site. Check the properties on the web site for the home
directory, and put your web site files there.

Jeff<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Using IIS 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Connecting to Https is too slow form internet for IIS 6.0 - Does anyone who can help me to figure the following problem: First I set my web site to accept https connection only. It works in intranet is fine; however, when I try to connect it from internet, it takes me almost 1 minute to handshake. I've compared....

IISState Analysis - IIS stops serving ASP pages. Maybe possible memory leak or fragmented memory? Opened log file 'C:\iisstate\output\IISState-7772.log' *********************** Starting new log output IISState version 3.3.1 Sat Oct 30 18:45:20 2004 OS = Windows 2000..

IISState Analysis - IIS stops serving asp pages. Maybe a memory leak

IIS 5.0 : DLLHOST.exe takes 100% cpu - Hi, Can someone please have a look at the log below and let us know what the problem could be. Dllhost.exe is taking 100% CPU and the web site is running slow or not responding. thanks for your help in advance. regards, ..

VB6 and IIS5 - Dear all I am looking to do some development for a web front end. I can code in VB6 and have a number of web sites running IIS4 with VB6 DLLs. I am going to upgrade the server to IIS5 with the same DLLs. I need to get a site running which will host..
   Web Hosting Problem Solving Community! (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 ]