Microsoft IIS
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
 
User Name:
Password:
Remember me
Go Back   ASP Free ForumsSystem AdministrationMicrosoft IIS

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread ASP Free Forums Sponsor:
  #1  
Old March 27th, 2005, 03:48 AM
thamer_nma thamer_nma is offline
Registered User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Mar 2005
Posts: 6 thamer_nma User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 h 17 m 19 sec
Reputation Power: 0
Angry error when typing http://localhost

Hi All,

i have a problem with typing a http://localhost, the page told me that
"There is a problem with the page you are trying to reach and it cannot be displayed."
"404 Not Found - The requested item could not be located. (12028) Internet Security and Acceleration Server"

but when i type http://computername i got the page is underconstruction, the localstart.asp does not work.

can any one help me urgent.

Reply With Quote
  #2  
Old March 27th, 2005, 10:20 PM
Doug G Doug G is offline
Grumpier Old Moderator
ASP Free God 11th Plane (10000 - 10499 posts)
 
Join Date: Sep 2003
Posts: 10,143 Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level) 
Time spent in forums: 3 Weeks 4 Days 21 h 32 m 23 sec
Reputation Power: 180
The error you quoted appears to be coming from your ISA server, not IIS. Check your ISA firewal settings.
__________________
======
Doug G
======
I didn't attend the funeral, but I sent a nice letter saying I approved of it. --Mark Twain

Reply With Quote
  #3  
Old April 1st, 2005, 06:35 AM
matthuxtable matthuxtable is offline
Contributing User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Apr 2005
Location: UK
Posts: 165 matthuxtable User rank is Private First Class (20 - 50 Reputation Level)matthuxtable User rank is Private First Class (20 - 50 Reputation Level) 
Time spent in forums: 1 Day 10 h 34 m
Reputation Power: 4
Localstart.asp does not work

Quote:
Originally Posted by thamer_nma
Hi All,

i have a problem with typing a http://localhost, the page told me that
"There is a problem with the page you are trying to reach and it cannot be displayed."
"404 Not Found - The requested item could not be located. (12028) Internet Security and Acceleration Server"

but when i type http://computername i got the page is underconstruction, the localstart.asp does not work.

can any one help me urgent.


The localstart.asp file will only execute on the computer that you have running IIS. If you go to a
different computer and try to connect to the intranet on the computer running IIS, you will get an under
construction message.

You need to replace the localstart.asp and iisstart.asp files in your IIS directory with an Index or Default.asp
file, and if necessary, you may need to add the names of Default Documents using the IIS Administration Tool.
P.s. This is only addressing the localstart.asp does not work and not the ISA Server problem.

Reply With Quote
  #4  
Old April 15th, 2005, 04:11 AM
kelvinlim11 kelvinlim11 is offline
Contributing User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Jan 2005
Posts: 123 kelvinlim11 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 23 h 2 m 8 sec
Reputation Power: 0
try

If u r under a network. go under ur browser and under tools go under internet options then connection then lan settings....
if u r under a proxy, check the bypass proxy server for local address....

this will make \\localhost work.

Reply With Quote
  #5  
Old April 27th, 2005, 03:28 PM
matthuxtable matthuxtable is offline
Contributing User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Apr 2005
Location: UK
Posts: 165 matthuxtable User rank is Private First Class (20 - 50 Reputation Level)matthuxtable User rank is Private First Class (20 - 50 Reputation Level) 
Time spent in forums: 1 Day 10 h 34 m
Reputation Power: 4
I tend not use http://localhost/, but the actual name of the Web Server (e.g. http://intranet/). Is this a security risk?

Reply With Quote
  #6  
Old April 27th, 2005, 03:31 PM
matthuxtable matthuxtable is offline
Contributing User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Apr 2005
Location: UK
Posts: 165 matthuxtable User rank is Private First Class (20 - 50 Reputation Level)matthuxtable User rank is Private First Class (20 - 50 Reputation Level) 
Time spent in forums: 1 Day 10 h 34 m
Reputation Power: 4
I didn't really explain my last message very well. I thought I had better explain how I got http://intranet/ (although I know most people already know, it is likely some wont!) I get the intranet URL because the name of my IIS PC is intranet. Typing the name of your IIS PC or http://localhost will automatically execute a default file within C:\Inetpub\wwwroot (unless youve changed the path). So http://intranet looks in the wwwroot folder. If I typed http://intranet/NewFolder, IIS would look for a default file within C:\Inetpub\wwwroot\NewFolder. And so on.


Reply With Quote
  #7  
Old April 28th, 2005, 09:23 AM
Doug G Doug G is offline
Grumpier Old Moderator
ASP Free God 11th Plane (10000 - 10499 posts)
 
Join Date: Sep 2003
Posts: 10,143 Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level) 
Time spent in forums: 3 Weeks 4 Days 21 h 32 m 23 sec
Reputation Power: 180
Quote:
Originally Posted by matthuxtable
I didn't really explain my last message very well. I thought I had better explain how I got http://intranet/ (although I know most people already know, it is likely some wont!) I get the intranet URL because the name of my IIS PC is intranet. Typing the name of your IIS PC or http://localhost will automatically execute a default file within C:\Inetpub\wwwroot (unless youve changed the path). So http://intranet looks in the wwwroot folder. If I typed http://intranet/NewFolder, IIS would look for a default file within C:\Inetpub\wwwroot\NewFolder. And so on.


Just FYI, localhost is a built-in alias for 127.0.0.1 which is the built-in loopback ip address. http://computername gets resolved by windows to the computer local ip address, so from the server itself you can use http://localhost or http://127.0.0.1 or http://computername with identical results.

You can't use localhost from a different computer on your LAN, but you can use the server's ip address or on windows networks you can usually use http://computername from other computers.

Reply With Quote
  #8  
Old April 28th, 2005, 01:12 PM
matthuxtable matthuxtable is offline
Contributing User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Apr 2005
Location: UK
Posts: 165 matthuxtable User rank is Private First Class (20 - 50 Reputation Level)matthuxtable User rank is Private First Class (20 - 50 Reputation Level) 
Time spent in forums: 1 Day 10 h 34 m
Reputation Power: 4
Quote:
Originally Posted by Doug G
Just FYI, localhost is a built-in alias for 127.0.0.1 which is the built-in loopback ip address. http://computername gets resolved by windows to the computer local ip address, so from the server itself you can use http://localhost or http://127.0.0.1 or http://computername with identical results.

You can't use localhost from a different computer on your LAN, but you can use the server's ip address or on windows networks you can usually use http://computername from other computers.

Oh right, so you can only use http://localhost on the IIS Machine, not any other PC. That would explain my curses! Thanks!

You learn something new every day!

Reply With Quote
Reply

Viewing: ASP Free ForumsSystem AdministrationMicrosoft IIS > error when typing http://localhost


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 4 hosted by Hostway