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

Localhost

 
   Web Hosting Problem Solving Community! (Home) -> IIS RSS
Next:  how to monitor if w3wp.exe are running for an app..  
Author Message
anonymous2128

External


Since: Jun 22, 2004
Posts: 4



(Msg. 1) Posted: Tue Jun 22, 2004 2:38 pm
Post subject: Localhost
Archived from groups: microsoft>public>inetserver>iis (more info?)

I installed IIS, In a LAN environment, for a work
station. localhost does not work! when i do ping IP
address from command line, I can see reply from work
startion BUT when I put IP address in address bar, there
is no respond! what is the different between them? I just
need a hint to solve this problem. As we use proxy
server, even I changed IE configuration to bypass proxy
server, but still there is no reply from http://localhost.
any idea?

Thanks for you help,
Faram.

 >> Stay informed about: Localhost 
Back to top
Login to vote
anonymous131

External


Since: Oct 17, 2003
Posts: 720



(Msg. 2) Posted: Tue Jun 22, 2004 3:14 pm
Post subject: Localhost [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Saying it does not work is not enough. What does happen?
Error messages?

Uncheck everything in regards to your proxy settings.

doug
 >-----Original Message-----
 >I installed IIS, In a LAN environment, for a work
 >station. localhost does not work! when i do ping IP
 >address from command line, I can see reply from work
 >startion BUT when I put IP address in address bar, there
 >is no respond! what is the different between them? I
just
 >need a hint to solve this problem. As we use proxy
 >server, even I changed IE configuration to bypass proxy
 >server, but still there is no reply from
<a style='text-decoration: underline;' href="http://localhost." target="_blank">http://localhost.</a>
 >any idea?
 >
 >Thanks for you help,
 >Faram.
 >.
 ><!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: Localhost 
Back to top
Login to vote
anonymous2128

External


Since: Jun 22, 2004
Posts: 4



(Msg. 3) Posted: Tue Jun 22, 2004 3:38 pm
Post subject: Localhost [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

If I type
http://localhost the error message is " you are not
authorized to view this page". and when i type IP ddress
in the address bar "under costruction".

but when I type the IP address from command line, i see
reply from workstation.

Thanks,
Faram.
 >> Stay informed about: Localhost 
Back to top
Login to vote
user1818

External


Since: Jun 22, 2004
Posts: 1



(Msg. 4) Posted: Tue Jun 22, 2004 5:02 pm
Post subject: RE: Localhost [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Faram, a couple things to try. First, I assume the web folder root is the default - c:\inetpub\wwwroot. Create a simple html page using an editor and save it to the web root. Now try to browse to this page - <a style='text-decoration: underline;' href="http://localhost/nameofpage.html." target="_blank">http://localhost/nameofpage.html.</a> This should work; it it doesn't, then there is a real problem. Next, create a simple ASP page and then see if you can browse to it. Just create a page with a response.write (no db queries, etc). If you can display it, then your site should be fine. The default web site shipped with IIS is a bit more involved than it needs to be. If you can't browse to this simple ASP page, then you likely have an IIS anonymous user permissions problem. Post if that is the case and we can go from there. If you can browse OK to the ASP page, I would disregard (for now) the default IIS site and just begin to build your web site.

Thanks,

Harry EVans

"Faram" wrote:

 > If I type
 > <a style='text-decoration: underline;' href="http://localhost" target="_blank">http://localhost</a> the error message is " you are not
 > authorized to view this page". and when i type IP ddress
 > in the address bar "under costruction".
 >
 > but when I type the IP address from command line, i see
 > reply from workstation.
 >
 > Thanks,
 > Faram.
 >
 >
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Localhost 
Back to top
Login to vote
user1772

External


Since: Jun 10, 2004
Posts: 1807



(Msg. 5) Posted: Wed Jun 23, 2004 1:23 am
Post subject: Re: Localhost [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Tue, 22 Jun 2004 12:38:32 -0700, "Faram"
<anonymous.DeleteThis@discussions.microsoft.com> wrote:

 >If I type
 >http://localhost the error message is " you are not
 >authorized to view this page". and when i type IP ddress
 >in the address bar "under costruction".

Authentication:
<a style='text-decoration: underline;' href="http://www.iisfaq.com/Default.aspx?tabid=2531" target="_blank">http://www.iisfaq.com/Default.aspx?tabid=2531</a>

The Under Construction is normal.

 >but when I type the IP address from command line, i see
 >reply from workstation.

You're using Ping from the command line, not HTTP as in a browser.
Don't mix apples and monkeys.

Jeff<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Localhost 
Back to top
Login to vote
kgafvert

External


Since: Aug 23, 2003
Posts: 3146



(Msg. 6) Posted: Wed Jun 23, 2004 2:16 am
Post subject: RE: Localhost [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hello,

See if anything of this helps:

<a style='text-decoration: underline;' href="http://support.microsoft.com/default.aspx?scid=kb;en-us;Q253667" target="_blank">http://support.microsoft.com/default.aspx?scid=kb;en-us;Q253667</a>
<a style='text-decoration: underline;' href="http://support.microsoft.com/default.aspx?scid=kb;en-us;308160&sd=tech" target="_blank">http://support.microsoft.com/default.aspx?scid=kb;en-us;308160&sd=tech</a>

What zone are you in when using localhost? What if you use the IP, the same or different zone?


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


"Faram" wrote:

 > If I type
 > <a style='text-decoration: underline;' href="http://localhost" target="_blank">http://localhost</a> the error message is " you are not
 > authorized to view this page". and when i type IP ddress
 > in the address bar "under costruction".
 >
 > but when I type the IP address from command line, i see
 > reply from workstation.
 >
 > Thanks,
 > Faram.
 >
 >
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Localhost 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
SP2 and localhost - I have XP SP1, and I do development on my localhost using ASP and SQLServer. I use ZoneAlarm for my firewall. I feel I should install XP SP2 and SQLServer SP3a. Should I expect problems when I install SP2? TIA Tom

localhost? - XP Pro / SR2 Installed IIS All services are started... Navigate to http://localhost "page cannot be found" ... ???? What gives? -- Frank Bachman (Grumpy Aero Guy)

127.0.0.1 vs localhost - Hi all, I am encountering a strange problem... when I browse to my (clean install of) iis server (5.1/Windows XP) using localhost, I get the usual localstart.asp and a window that tried to load iishelp... upon further investigation I found that..

Can't see localhost on IIS - Hello, I've installed, removed, reinstalled IIS server on a Windows 2000 server machine. When I try to access the http://locahost I get the following error HTTP 500 - Internal server error Internet Explorer Thanks. Gary

Localhost and the Web - I need to find some Documentation concerning the security of localhost. I am using some simply ASP files to edit a few Access 2000 databases. To edit them, I download the access file and run the ASP file using localhost. My IT department is concern..
   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 ]