 |
Welcome to the p2p.wrox.com Forums.
You are currently viewing the Dreamweaver (all versions) section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
|
|
|
|

March 8th, 2004, 04:15 PM
|
|
Registered User
|
|
Join Date: Mar 2004
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Help! Problems On IIS 5
I bought begining dreamweaver MX and beginning PHP4, both book requires an installation of IIS. Luckily I have a windows XP professional system, which brings a IIS 5.1 pack. HOwever, after I installed the IIS, the server doest work! Everytime when I type in http://localhost/, I received an error page- The page cannot be displayed. Why? Why???
I have two computers at home and I'm using a wireless router for them. Is it the reason? If so, how would I configure my machine to let it work? If it's not, please tell me how to do the configuration on IIS. Both of the book I bought didnt tell me anything about it. I'm very worried right now so please help me out here.
thank you thank you
|
|

March 8th, 2004, 04:17 PM
|
|
Registered User
|
|
Join Date: Mar 2004
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
oh sorry the error message is the page cannot be found, not cannot be displayed.
|
|

March 8th, 2004, 04:35 PM
|
|
Registered User
|
|
Join Date: Mar 2004
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
i just checked my firewall and in program control I set iis totally free, but the problem is still there. Also I just found that when I type http://localhost/, I receive different message from when I type in http://myip/
when I type my ip address to the browser, I receive this
Server Application Error
The server has encountered an error while loading an application during the processing of your request. Please refer to the event log for more detail information. Please contact the server administrator for assistance.
|
|

March 8th, 2004, 05:58 PM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
And? What does the event log say?
Does your computer have a network card installed?
Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.
|
|

March 8th, 2004, 07:03 PM
|
|
Registered User
|
|
Join Date: Mar 2004
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
I dont know what the event log said...
I do have a network card installed and I have a router and two computers with two wireless signal receiver.
|
|

March 8th, 2004, 07:28 PM
|
|
Registered User
|
|
Join Date: Mar 2004
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
well I think my network card is just the wireless receiver..
|
|

March 9th, 2004, 03:07 AM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
Then why don't you take a look in the Event Log? You'll find it under Administrative tools in either the Start Menu or the Control Panel.
What happens when you type ping localhost in a command prompt? Does typing ipconfig in a command prompt give any useful information?
You may also want to take a look at the Services panel of the Control Panel. Is the WWW Service running? What happens when you go to the Internet Information Services manager in the Control Panel? Do you see IIS?
Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.
|
|

March 9th, 2004, 05:34 AM
|
|
Registered User
|
|
Join Date: Mar 2004
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Well I'm not a expert and I dont know alot of what you saying..
I only know that apache+php works well but iis doesnt..
I'm reading the beginning dreamweaver mx now and asp code is required...
anyways I'll post somewhere else..seems you are the only one in this forum..different from what I thought.
^_^
thanks alot tho Imar
|
|

March 9th, 2004, 01:39 PM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
I am sure there are other people here as well (can't hear an echo), but it's likely they are unable to help, just like me.
Helping someone installing IIS over a web forum is pretty difficult. There could literally be hundreds of reasons why it wouldn't work. A while ago, I was trying to help someone as well. It took ages to get it up and running. In the end, it turned out that the computer did not have a network card, which is required for IIS to work correctly. That is pretty hard to guess, when you're a 1,000 miles away and can't see the system.
If you don't understand my answers, please say so, and I'll try to clarify things. I always assume a basic knowledge of this stuff, unless you say otherwise.
So, for starters, look in the Event log. If you have an English version of Windows, you'll find this names as the Event Viewer. To open it, choose Start | All Programs | Administrative Tools or Start | Control Panel | Administrative Tools
The exact name depends on the type of OS you're using. Look inside the Application or System categories for any useful information.
To retrieve more information about your network, open a Command Prompt (click Start, the type CMD and press Enter) and then type:
ipconfig /all
Do you get any information about your network cards? Do you see any IP addresses?
Like I said, this can be difficult to do, especially through a Web forum. However, with a bit of patience and a motivated attitude, it is possible.... ;)
Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.
|
|

March 9th, 2004, 01:44 PM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
Another thing just came to mind.
You said Apache is up and running, right? Do you have any idea what port number it is using? The default port for a Web server is port 80. Two Web servers cannot listen to the same port at the same time using the same name (localhost).
You may need to switch the port number for one of the servers. For Apache, you should refer to the documentation (don't know how to do that, exactly). For IIS, open the Administrative Tools, double click Internet Information Services. Locate your server, expand it until you see Default Web site. Right-click it, choose Properties and then on the Web Site tab change the TCP Port to another number than 80. Click OK a few times to dismiss the dialogs.
This way, both IIS and Apache should be able to coexist on your system.
Cheers,
Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.
|
Similar Threads
|
| Thread |
Thread Starter |
Forum |
Replies |
Last Post |
| iis problems |
renee69 |
General .NET |
3 |
February 16th, 2005 01:26 AM |
| IIS problems |
Liebs |
General .NET |
0 |
January 27th, 2005 09:19 AM |
| problems with IIS |
khanuk |
Forum and Wrox.com Feedback |
2 |
September 5th, 2004 07:20 AM |
|
 |