Hi.
I installed IIS and it didn't comlain.
When I am tring to connect to localhost the IE can't find localhost.
Maybe this question was here please help me to solve this problem

Re: Problem with localhost by Joris

Joris
Wed Jun 16 04:36:31 CDT 2004

Check out your configuration using the "Internet Service Manager".

Check:
1) IIS service is actually installed
2) You have a web site started
3) The web site is listening on all adapters (not a specific IP).
4) It doesn't look for a specific 'host' header (part of where the web site
listens)...

- Joris

"news.microsoft.com" <hovhannes.asatryan@epygilab.am> wrote in message
news:Oxqt1E4UEHA.1036@TK2MSFTNGP12.phx.gbl...
> Hi.
> I installed IIS and it didn't comlain.
> When I am tring to connect to localhost the IE can't find localhost.
> Maybe this question was here please help me to solve this problem
>
>



Re: Problem with localhost by news

news
Wed Jun 16 05:45:11 CDT 2004

Hi Joris Dobbelsteen.
I am newbie in IIS and ASP.
Can you please provide me more details.
what does mean
1) You have a web site started
2) The web site is listening on all adapters (not a specific IP).
3) It doesn't look for a specific 'host' header (part of where the web site

The IIS service is installed.
I checked the IIS Admin service is running.

Thanks

"Joris Dobbelsteen" <none.of@your.business> wrote in message
news:40d020f3$0$14266$d5255a0c@news.wanadoo.nl...
> Check out your configuration using the "Internet Service Manager".
>
> Check:
> 1) IIS service is actually installed
> 2) You have a web site started
> 3) The web site is listening on all adapters (not a specific IP).
> 4) It doesn't look for a specific 'host' header (part of where the web
site
> listens)...
>
> - Joris
>
> "news.microsoft.com" <hovhannes.asatryan@epygilab.am> wrote in message
> news:Oxqt1E4UEHA.1036@TK2MSFTNGP12.phx.gbl...
> > Hi.
> > I installed IIS and it didn't comlain.
> > When I am tring to connect to localhost the IE can't find localhost.
> > Maybe this question was here please help me to solve this problem
> >
> >
>
>



Re: Problem with localhost by Joris

Joris
Wed Jun 16 07:58:33 CDT 2004

Go to the "Internet Information Services (IIS) Manager" under
"Administrative Tools" (under W2k3 its named this way).
Here you can administer the web service.

Here you can check the first setting (it should be obvious)
The remainder two can be checked by looking at the properties of the web
server.

If you did a clean install and didn't change any settings, you don't have to
check the last 2, these should be correct.

Ensure you don't have any firewall software installed blocking access and
such...
To test this go to the command prompt and try:
telnet localhost 80
-- or -- telnet 127.0.0.1 80

This should connect
In telnet enter:

GET / HTTP/1.1
host: localhost
<two enters here>

This should make the web server respond with something...

- Joris

"news.microsoft.com" <hovhannes.asatryan@epygilab.am> wrote in message
news:OyhLA84UEHA.2944@tk2msftngp13.phx.gbl...
> Hi Joris Dobbelsteen.
> I am newbie in IIS and ASP.
> Can you please provide me more details.
> what does mean
> 1) You have a web site started
> 2) The web site is listening on all adapters (not a specific IP).
> 3) It doesn't look for a specific 'host' header (part of where the web
site
>
> The IIS service is installed.
> I checked the IIS Admin service is running.
>
> Thanks
>
> "Joris Dobbelsteen" <none.of@your.business> wrote in message
> news:40d020f3$0$14266$d5255a0c@news.wanadoo.nl...
> > Check out your configuration using the "Internet Service Manager".
> >
> > Check:
> > 1) IIS service is actually installed
> > 2) You have a web site started
> > 3) The web site is listening on all adapters (not a specific IP).
> > 4) It doesn't look for a specific 'host' header (part of where the web
> site
> > listens)...
> >
> > - Joris
> >
> > "news.microsoft.com" <hovhannes.asatryan@epygilab.am> wrote in message
> > news:Oxqt1E4UEHA.1036@TK2MSFTNGP12.phx.gbl...
> > > Hi.
> > > I installed IIS and it didn't comlain.
> > > When I am tring to connect to localhost the IE can't find localhost.
> > > Maybe this question was here please help me to solve this problem
> > >
> > >
> >
> >
>
>



Re: Problem with localhost by news

news
Wed Jun 16 23:43:58 CDT 2004

HI
I didn't change any settings.
It connects to localhost with port 80 but in the screen I can't see any
symbol

"Joris Dobbelsteen" <none.of@your.business> wrote in message
news:40d04406$0$14247$d5255a0c@news.wanadoo.nl...
> Go to the "Internet Information Services (IIS) Manager" under
> "Administrative Tools" (under W2k3 its named this way).
> Here you can administer the web service.
>
> Here you can check the first setting (it should be obvious)
> The remainder two can be checked by looking at the properties of the web
> server.
>
> If you did a clean install and didn't change any settings, you don't have
to
> check the last 2, these should be correct.
>
> Ensure you don't have any firewall software installed blocking access and
> such...
> To test this go to the command prompt and try:
> telnet localhost 80
> -- or -- telnet 127.0.0.1 80
>
> This should connect
> In telnet enter:
>
> GET / HTTP/1.1
> host: localhost
> <two enters here>
>
> This should make the web server respond with something...
>
> - Joris
>
> "news.microsoft.com" <hovhannes.asatryan@epygilab.am> wrote in message
> news:OyhLA84UEHA.2944@tk2msftngp13.phx.gbl...
> > Hi Joris Dobbelsteen.
> > I am newbie in IIS and ASP.
> > Can you please provide me more details.
> > what does mean
> > 1) You have a web site started
> > 2) The web site is listening on all adapters (not a specific IP).
> > 3) It doesn't look for a specific 'host' header (part of where the web
> site
> >
> > The IIS service is installed.
> > I checked the IIS Admin service is running.
> >
> > Thanks
> >
> > "Joris Dobbelsteen" <none.of@your.business> wrote in message
> > news:40d020f3$0$14266$d5255a0c@news.wanadoo.nl...
> > > Check out your configuration using the "Internet Service Manager".
> > >
> > > Check:
> > > 1) IIS service is actually installed
> > > 2) You have a web site started
> > > 3) The web site is listening on all adapters (not a specific IP).
> > > 4) It doesn't look for a specific 'host' header (part of where the web
> > site
> > > listens)...
> > >
> > > - Joris
> > >
> > > "news.microsoft.com" <hovhannes.asatryan@epygilab.am> wrote in message
> > > news:Oxqt1E4UEHA.1036@TK2MSFTNGP12.phx.gbl...
> > > > Hi.
> > > > I installed IIS and it didn't comlain.
> > > > When I am tring to connect to localhost the IE can't find localhost.
> > > > Maybe this question was here please help me to solve this problem
> > > >
> > > >
> > >
> > >
> >
> >
>
>



Re: Problem with localhost by Joris

Joris
Thu Jun 17 12:37:50 CDT 2004

Ensure logging is turned on.

I believe the web server should create a log in
%WinDir%\System32\LogFiles\W3SVC<n>

Check whether the web server actually gets the request. Otherwise another
application might be running on port 80.

- Joris

"news.microsoft.com" <hovhannes.asatryan@epygilab.am> wrote in message
news:OvNv3WCVEHA.3944@tk2msftngp13.phx.gbl...
> HI
> I didn't change any settings.
> It connects to localhost with port 80 but in the screen I can't see any
> symbol
>
> "Joris Dobbelsteen" <none.of@your.business> wrote in message
> news:40d04406$0$14247$d5255a0c@news.wanadoo.nl...
> > Go to the "Internet Information Services (IIS) Manager" under
> > "Administrative Tools" (under W2k3 its named this way).
> > Here you can administer the web service.
> >
> > Here you can check the first setting (it should be obvious)
> > The remainder two can be checked by looking at the properties of the web
> > server.
> >
> > If you did a clean install and didn't change any settings, you don't
have
> to
> > check the last 2, these should be correct.
> >
> > Ensure you don't have any firewall software installed blocking access
and
> > such...
> > To test this go to the command prompt and try:
> > telnet localhost 80
> > -- or -- telnet 127.0.0.1 80
> >
> > This should connect
> > In telnet enter:
> >
> > GET / HTTP/1.1
> > host: localhost
> > <two enters here>
> >
> > This should make the web server respond with something...
> >
> > - Joris
> >
> > "news.microsoft.com" <hovhannes.asatryan@epygilab.am> wrote in message
> > news:OyhLA84UEHA.2944@tk2msftngp13.phx.gbl...
> > > Hi Joris Dobbelsteen.
> > > I am newbie in IIS and ASP.
> > > Can you please provide me more details.
> > > what does mean
> > > 1) You have a web site started
> > > 2) The web site is listening on all adapters (not a specific IP).
> > > 3) It doesn't look for a specific 'host' header (part of where the web
> > site
> > >
> > > The IIS service is installed.
> > > I checked the IIS Admin service is running.
> > >
> > > Thanks
> > >
> > > "Joris Dobbelsteen" <none.of@your.business> wrote in message
> > > news:40d020f3$0$14266$d5255a0c@news.wanadoo.nl...
> > > > Check out your configuration using the "Internet Service Manager".
> > > >
> > > > Check:
> > > > 1) IIS service is actually installed
> > > > 2) You have a web site started
> > > > 3) The web site is listening on all adapters (not a specific IP).
> > > > 4) It doesn't look for a specific 'host' header (part of where the
web
> > > site
> > > > listens)...
> > > >
> > > > - Joris
> > > >
> > > > "news.microsoft.com" <hovhannes.asatryan@epygilab.am> wrote in
message
> > > > news:Oxqt1E4UEHA.1036@TK2MSFTNGP12.phx.gbl...
> > > > > Hi.
> > > > > I installed IIS and it didn't comlain.
> > > > > When I am tring to connect to localhost the IE can't find
localhost.
> > > > > Maybe this question was here please help me to solve this problem
> > > > >
> > > > >
> > > >
> > > >
> > >
> > >
> >
> >
>
>



Re: Problem with localhost by news

news
Fri Jun 18 00:56:19 CDT 2004

Hi

I have found another problem too.
From Administrative tools->Component Services I try to open Computers the
application closes and the event viewer logs is
"
A condition has occurred that indicates this COM+ application is in an
unstable state or is not functioning correctly. Assertion Failure:
SUCCEEDED(hr)

Server Application ID: {02D4B3F1-FD88-11D1-960D-00805FC79235}

Server Application Instance ID:

{1783E568-0C63-44CD-B844-A7D6B6CB9F7B}

Server Application Name: System Application

The serious nature of this error has caused the process to terminate.

Error Code = 0x8000ffff : Catastrophic failure

COM+ Services Internals Information:

File: d:\nt\com\com1x\src\comsvcs\tracker\trksvr\trksvrimpl.cpp, Line: 3000

Comsvcs.dll file version: ENU 2001.12.4414.46 shp

For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.

"



"Joris Dobbelsteen" <none.of@your.business> wrote in message
news:40d1d6f0$0$846$a344fe98@news.wanadoo.nl...
> Ensure logging is turned on.
>
> I believe the web server should create a log in
> %WinDir%\System32\LogFiles\W3SVC<n>
>
> Check whether the web server actually gets the request. Otherwise another
> application might be running on port 80.
>
> - Joris
>
> "news.microsoft.com" <hovhannes.asatryan@epygilab.am> wrote in message
> news:OvNv3WCVEHA.3944@tk2msftngp13.phx.gbl...
> > HI
> > I didn't change any settings.
> > It connects to localhost with port 80 but in the screen I can't see any
> > symbol
> >
> > "Joris Dobbelsteen" <none.of@your.business> wrote in message
> > news:40d04406$0$14247$d5255a0c@news.wanadoo.nl...
> > > Go to the "Internet Information Services (IIS) Manager" under
> > > "Administrative Tools" (under W2k3 its named this way).
> > > Here you can administer the web service.
> > >
> > > Here you can check the first setting (it should be obvious)
> > > The remainder two can be checked by looking at the properties of the
web
> > > server.
> > >
> > > If you did a clean install and didn't change any settings, you don't
> have
> > to
> > > check the last 2, these should be correct.
> > >
> > > Ensure you don't have any firewall software installed blocking access
> and
> > > such...
> > > To test this go to the command prompt and try:
> > > telnet localhost 80
> > > -- or -- telnet 127.0.0.1 80
> > >
> > > This should connect
> > > In telnet enter:
> > >
> > > GET / HTTP/1.1
> > > host: localhost
> > > <two enters here>
> > >
> > > This should make the web server respond with something...
> > >
> > > - Joris
> > >
> > > "news.microsoft.com" <hovhannes.asatryan@epygilab.am> wrote in message
> > > news:OyhLA84UEHA.2944@tk2msftngp13.phx.gbl...
> > > > Hi Joris Dobbelsteen.
> > > > I am newbie in IIS and ASP.
> > > > Can you please provide me more details.
> > > > what does mean
> > > > 1) You have a web site started
> > > > 2) The web site is listening on all adapters (not a specific IP).
> > > > 3) It doesn't look for a specific 'host' header (part of where the
web
> > > site
> > > >
> > > > The IIS service is installed.
> > > > I checked the IIS Admin service is running.
> > > >
> > > > Thanks
> > > >
> > > > "Joris Dobbelsteen" <none.of@your.business> wrote in message
> > > > news:40d020f3$0$14266$d5255a0c@news.wanadoo.nl...
> > > > > Check out your configuration using the "Internet Service Manager".
> > > > >
> > > > > Check:
> > > > > 1) IIS service is actually installed
> > > > > 2) You have a web site started
> > > > > 3) The web site is listening on all adapters (not a specific IP).
> > > > > 4) It doesn't look for a specific 'host' header (part of where the
> web
> > > > site
> > > > > listens)...
> > > > >
> > > > > - Joris
> > > > >
> > > > > "news.microsoft.com" <hovhannes.asatryan@epygilab.am> wrote in
> message
> > > > > news:Oxqt1E4UEHA.1036@TK2MSFTNGP12.phx.gbl...
> > > > > > Hi.
> > > > > > I installed IIS and it didn't comlain.
> > > > > > When I am tring to connect to localhost the IE can't find
> localhost.
> > > > > > Maybe this question was here please help me to solve this
problem
> > > > > >
> > > > > >
> > > > >
> > > > >
> > > >
> > > >
> > >
> > >
> >
> >
>
>