p2p.wrox.com Forums

Need to download code?

View our list of code downloads.


Go Back   p2p.wrox.com Forums > ASP.NET and ASP > ASP.NET 1.0 and 1.1 > BOOK: Beginning ASP.NET 1.0
I forgot my password Register Now
Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read
BOOK: Beginning ASP.NET 1.0
This is the forum to discuss the Wrox book Beginning ASP.NET 1.0 with C# by Chris Goode, John Kauffman, Christopher L. Miller, Neil Raybould, S. Srinivasa Sivakumar, Dave Sussman, Ollie Cornes, Rob Birdwell, Matt Butler, Gary Johnson, Ajoy Krishnamoorthy, Juan T. Llibre, Chris Ullman; ISBN: 9780764543708

Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: Beginning ASP.NET 1.0 section of the Wrox p2p Programmer to Programmer discussion community. This is a community of more than 40,000 computer programmers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining our free Wrox p2p community you can post your own programming questions and respond to other programmers’ questions. Registered users also don't have to see the ads that are displayed to guests. Registration is fast, simple and absolutely free so please, join today!
Join today and post to win prizes! Post more to increase your chances of being Wrox’s top poster of the month.

Reply
 
Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old August 27th, 2003, 08:28 AM
Registered User
Points: 7, Level: 1
Points: 7, Level: 1 Points: 7, Level: 1 Points: 7, Level: 1
Activity: 0%
Activity: 0% Activity: 0% Activity: 0%
 
Join Date: Aug 2003
Location: , , .
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default Please help me, someone!!!! Cannot find server ; T

Please help me, someone!!!!

I am posting here, because the book said that maybe some of these forums could help me... (I'm very sorry if I am posting to the wrong forum--if so, I would be very thankful to be directed to the correct forum for this...)

I have Windows XP Professional, with Server Pack 1a
installed. After I installed Server Pack 1a, I installed
IIS 5.1.

I have used IIS in the past (but never on XP), so I was
surprised when I checked to see if all web services were
started--and they were--and when I pinged my machine name
(which is "elephant") and learned that all 4 packages
were received, and then, I receive the following error
when I enter http://elephant or http://localhost or
http://172.0.0.1 in the IE 6.0 location box:

Title on html page is:

Cannot find server

Body of html page begins with:

The page cannot be displayed

I have checked the properties for the documents in IIS
and all of those pages are in the correct directory--in
other words, everything seems to be mapped correctly.


McAfee Firewall is disabled. There are no other firewalls
enabled.

I have been troubleshooting this for 3 days--any help is
appreciated. (I plan to activate a .NET trial version,
but do not want to until I get this resolved.)

Thanks in advance for any help anyone can provide.

Anne

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
  #2 (permalink)  
Old August 27th, 2003, 09:56 AM
Friend of Wrox
Points: 2,450, Level: 20
Points: 2,450, Level: 20 Points: 2,450, Level: 20 Points: 2,450, Level: 20
Activity: 0%
Activity: 0% Activity: 0% Activity: 0%
 
Join Date: Jun 2003
Location: , , United Kingdom.
Posts: 1,212
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Maybe you just don't have any default page set up.

Have you checked:
1. what files are in c:\inetpub\wwwroot?
2. in Internet Services Manager (do you know where to find this in XP?) to see what web sites have been set up?

BTW localhost is 127.0.0.1 not 172.0.01

hth
Phil
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
  #3 (permalink)  
Old August 27th, 2003, 10:08 AM
Friend of Wrox
Points: 472, Level: 7
Points: 472, Level: 7 Points: 472, Level: 7 Points: 472, Level: 7
Activity: 0%
Activity: 0% Activity: 0% Activity: 0%
 
Join Date: May 2003
Location: Delhi, Delhi, India.
Posts: 230
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Allowed Directory browsing, if no default page is specified, this will display all the files of home directory
Quote:
quote:Originally posted by pgtips
 Maybe you just don't have any default page set up.

Have you checked:
1. what files are in c:\inetpub\wwwroot?
2. in Internet Services Manager (do you know where to find this in XP?) to see what web sites have been set up?

BTW localhost is 127.0.0.1 not 172.0.01

hth
Phil
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
  #4 (permalink)  
Old September 1st, 2003, 09:34 PM
Registered User
Points: 11, Level: 1
Points: 11, Level: 1 Points: 11, Level: 1 Points: 11, Level: 1
Activity: 0%
Activity: 0% Activity: 0% Activity: 0%
 
Join Date: Sep 2003
Location: , , .
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Default

I had the same problem, and finally went to Microsoft where I paid $99 to get the answer: This is the answer I got - which solved the problem:
1. Cleared the "Show Friendly HTTP error message" option in IE -> Internet Options -> Advanced tab, and then got error in browser "No Web Site is configured on this address".

2. From Internet Information Services MMC snap-in, check the configuration for Default Web Site, and it is configured on 192.168.0.101.

3. In command prompt: Use "ipconfig /all" command to show IP configuration, found only 192.168.0.100 is configured for this machine.

4. Change the Default Web Site configuration from 192.168.0.101 to "All Unassigned".

Now it works.
This has been frustrating me for a long time.
I had installed Apache server back when I only had XP home, and that really messed things up.


BonnieY
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
  #5 (permalink)  
Old September 1st, 2003, 11:20 PM
Authorized User
Points: 78, Level: 1
Points: 78, Level: 1 Points: 78, Level: 1 Points: 78, Level: 1
Activity: 0%
Activity: 0% Activity: 0% Activity: 0%
 
Join Date: Aug 2003
Location: , , .
Posts: 23
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to wenzation
Default

Just to check with you all, is it possible for IIS to map a server drive to network folder? i wanted to try this, but will other users be able to view the results on their own desktops when browsing through the intranet provided by the server?

i'm a beginner, hoping to learn more.. please help... thanks a lot
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 Off
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
how to find module on unix server crmpicco Perl 2 March 16th, 2007 09:51 AM
Can not find server or dns error a_afiaax Classic ASP Components 0 January 18th, 2006 12:15 PM
cannot find server error jainnid General .NET 0 September 27th, 2005 10:11 AM
IIS 5.1 - Cannot find server or DNS Error silyaza BOOK: Beginning ASP 3.0 3 June 1st, 2005 08:40 PM
Cannot Find Server or DNS Error code robh HTML Code Clinic 0 October 27th, 2004 07:54 AM



All times are GMT -4. The time now is 08:16 PM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
© 2008 Wiley Publishing, Inc