473,378 Members | 1,152 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,378 software developers and data experts.

IIS ins't running

Hi

I have just installed IIS on my computer as I want to look at asp.dot

The CD provided by Microsoft at a trade fair says that if IIS is installed
correctly, then if I type in an explorer

http://myip
or
http://mycomputername,

then I should get two windows up on the screen.

But all I get is that the site is unavailable using IE 5.5.

I have Windows XP with SP1 and SP2 installed.

My system is tweaked to stop unnecessary services from starting up and I
have tried going through the list in Administration Systems -Services but I
haven't managed to solve the problem.

What is likely to stop IIS from running.

Thanks in advance

Dave Neve
Jul 21 '05 #1
5 1100
"Dave Neve" <No*****************@Nofs.fr> wrote:
Hi

I have just installed IIS on my computer as I want to look at asp.dot

The CD provided by Microsoft at a trade fair says that if IIS is installed
correctly, then if I type in an explorer

http://myip
or
http://mycomputername,

then I should get two windows up on the screen.


Have you tried:

http://localhost ?

The browser will try to resolve myip or mycomputername to an IP
address, using your hosts file then the DNS system. If it can't come
up with an IP address, it will display a message something like what
you quote. "localhost" or the loopback IP address 127.0.0.1 should
work.

--
Tim Slattery
MS MVP(DTS)
Sl********@bls.gov
Jul 21 '05 #2
Hi

Local host doesn't work either.

Any ideas please?

Thanks
"Tim Slattery" <Sl********@bls.gov> a écrit dans le message de news:
5c********************************@4ax.com...
"Dave Neve" <No*****************@Nofs.fr> wrote:
Hi

I have just installed IIS on my computer as I want to look at asp.dot

The CD provided by Microsoft at a trade fair says that if IIS is installed
correctly, then if I type in an explorer

http://myip
or
http://mycomputername,

then I should get two windows up on the screen.


Have you tried:

http://localhost ?

The browser will try to resolve myip or mycomputername to an IP
address, using your hosts file then the DNS system. If it can't come
up with an IP address, it will display a message something like what
you quote. "localhost" or the loopback IP address 127.0.0.1 should
work.

--
Tim Slattery
MS MVP(DTS)
Sl********@bls.gov

Jul 21 '05 #3
its likely that you did not 'start' the IIS server.
right-click on my-computer
choose 'manage'
etc
start the default web site

"Dave Neve" <No*****************@Nofs.fr> wrote in message
news:%2******************@TK2MSFTNGP09.phx.gbl...
Hi

I have just installed IIS on my computer as I want to look at asp.dot

The CD provided by Microsoft at a trade fair says that if IIS is installed
correctly, then if I type in an explorer

http://myip
or
http://mycomputername,

then I should get two windows up on the screen.

But all I get is that the site is unavailable using IE 5.5.

I have Windows XP with SP1 and SP2 installed.

My system is tweaked to stop unnecessary services from starting up and I
have tried going through the list in Administration Systems -Services but I haven't managed to solve the problem.

What is likely to stop IIS from running.

Thanks in advance

Dave Neve

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.781 / Virus Database: 527 - Release Date: 10/21/2004
Jul 21 '05 #4
try 127.0.0.1

--
--Mark Schupp
Head of Development
Integrity eLearning
www.ielearning.com

"Dave Neve" <No*****************@Nofs.fr> wrote in message
news:eZ**************@TK2MSFTNGP09.phx.gbl...
Hi

Local host doesn't work either.

Any ideas please?

Thanks
"Tim Slattery" <Sl********@bls.gov> a écrit dans le message de news:
5c********************************@4ax.com...
"Dave Neve" <No*****************@Nofs.fr> wrote:
Hi

I have just installed IIS on my computer as I want to look at asp.dot

The CD provided by Microsoft at a trade fair says that if IIS is
installed
correctly, then if I type in an explorer

http://myip
or
http://mycomputername,

then I should get two windows up on the screen.


Have you tried:

http://localhost ?

The browser will try to resolve myip or mycomputername to an IP
address, using your hosts file then the DNS system. If it can't come
up with an IP address, it will display a message something like what
you quote. "localhost" or the loopback IP address 127.0.0.1 should
work.

--
Tim Slattery
MS MVP(DTS)
Sl********@bls.gov


Jul 21 '05 #5
From a command prompt

net start w3svc

Jeff

"Dave Neve" <No*****************@Nofs.fr> wrote in message
news:#j**************@TK2MSFTNGP09.phx.gbl...
Hi

I have just installed IIS on my computer as I want to look at asp.dot

The CD provided by Microsoft at a trade fair says that if IIS is installed
correctly, then if I type in an explorer

http://myip
or
http://mycomputername,

then I should get two windows up on the screen.

But all I get is that the site is unavailable using IE 5.5.

I have Windows XP with SP1 and SP2 installed.

My system is tweaked to stop unnecessary services from starting up and I
have tried going through the list in Administration Systems -Services but I haven't managed to solve the problem.

What is likely to stop IIS from running.

Thanks in advance

Dave Neve

Jul 21 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

9
by: Tian | last post by:
I am writing an audio game using Python. in this game you can apply some sound effects for the clips you have recorded. I want to make this function extensible. I want user to be able to add new...
0
by: Ganeshram | last post by:
Actually I should create Shared Add In instead I tried with .NEt addin project.Any way the problem get resolved >-----Original Message----- >I have question related to Creating Add-Ins and...
1
by: Steve McQuillan | last post by:
How do I allow add-ins in my own custom made VB.Net application. Most of the major companies allow it and I wish to promote a controlled way of installing plug-ins. The application I am...
1
by: Qiang Lin | last post by:
Hi, I am running a script to find out the plug-ins installed in my pc. I run the same script both in IE 6.0 and Netcape 7.1, but I got different results. IE says "JavaScript couldn't find any...
2
by: Dimitri Furman | last post by:
I have a custom add-in which is installed via the Add-In Manager and works fine when called manually from the Add-Ins menu. The goal is to be able to run the entry function of the add-in from code...
4
by: CLarkou | last post by:
I read in an article that COM add-ins let a single add-in to function in more than one Office host, so I could write code once and have it run in Word, Excel, Power Point and Excel. How can this...
6
by: Barry Edmund Wright | last post by:
Hi All, Is anyone using an error handler for MS Access 2003? I went looking for an error handler add-in for MS Access 2003 and found "123 Error Handler Wizard" from: aadconsulting.com...
3
by: redefined.horizons | last post by:
Its the Java developer again... I'm working on an application framework that I would like to implement in Python. Part of the application framework is a plug-in model that is similar to the one...
2
by: Doug | last post by:
MS Access 2000 Help says there is an Switchboard Manager in Tools->Add-ins. Only Add-in Manager is there, and no Add-ins are listed. Clicking Add New takes me to an Add-ins directory on C: (empty...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.