I am a beginner to IIS, I just installed it. Therefore
the problem started after the installation, using the
default settings. It is not a upgraded box.
In IE I always get the 500 error (described
below). Also, I need to test server in Dreamweaver with
the url of my site: http://localhost/MySite/ and I get
the http 500 error (again). The exact message displayed
is:
Dreamweaver cannot use the prefix you entered to display
live data. Please double-check your site configuration.
(HTTP ErrorL 500)
The weird thing is that the url I typed to browse my html
and asp files works in netscape.
Okee...I will try to be more clear:
when I typed in the address field:
1) http://<computer name>/ I get 502 BAD GATEWAY. The
following error occured: A DNS lookup error occurred.
Host was not found.
2) http://127.0.0.1/ I get 500 Server Error. The
following error occured: Bad URL
3) http://localhost/ I get 500 Server Error. The
following error occured: Bad URL
4) http://localhost/MySite I get 500 Server Error. The
following error occured: Bad URL
The ftp works fine (I used ftp://127.0.0.1/ or
ftp://localhost/ or ftp://<computer_name>/ I know they
mean the same thing and I am glad something actually
works ^^.
I tried ping 127.0.0.1 to test, I get:
Pinging 127.0.0.1 with 32 bytes of data:
Reply from 127.0.0.1: bytes=32 time<1ms TTL=128
Reply from 127.0.0.1: bytes=32 time<1ms TTL=128
Reply from 127.0.0.1: bytes=32 time<1ms TTL=128
Reply from 127.0.0.1: bytes=32 time<1ms TTL=128
Ping statistics for 127.0.0.1:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms
The Internet Protocol (TCP/IP) is also used for my
connection, but I don't think the connection is the
problem...since I am not connected to the internet, I am
just using my local server as test server so no
connection is necessary rite?
mmmm....the log that I get is:
C:\WINDOWS\system32\Logfiles\W3SVC1:
#Software: Microsoft Internet Information Services 5.1
#Version: 1.0
#Date: 2003-07-28 03:27:27
#Fields: time c-ip cs-method cs-uri-stem sc-status
03:27:27 127.0.0.1 GET /index.html 404
03:27:39 127.0.0.1 GET /MySite/Default.asp 204
03:28:03 127.0.0.1 GET /MySite/index.asp 200
03:29:20 127.0.0.1 GET /MySite/index.asp 200
03:29:27 127.0.0.1 GET /MySite/form.asp 500
#Software: Microsoft Internet Information Services 5.1
#Version: 1.0
#Date: 2003-07-28 09:06:35
#Fields: time c-ip cs-method cs-uri-stem sc-status
09:06:35 127.0.0.1 GET /MySite/TMPbj6itiq9al.asp 200
C:\WINDOWS\system32\Logfiles\MSFTPSVC1:
#Software: Microsoft Internet Information Services 5.1
#Version: 1.0
#Date: 2003-07-28 02:48:39
#Fields: time c-ip cs-method cs-uri-stem sc-status
02:48:39 192.168.1.100 [2]USER anonymous 331
02:48:39 192.168.1.100 [2]PASS IEUser@ 230
#Software: Microsoft Internet Information Services 5.1
#Version: 1.0
#Date: 2003-07-28 09:48:02
#Fields: time c-ip cs-method cs-uri-stem sc-status
09:48:02 192.168.1.100 [1]USER anonymous 331
09:48:02 192.168.1.100 [1]PASS IEUser@ 230
10:05:58 127.0.0.1 [2]USER anonymous 331
10:05:58 127.0.0.1 [2]PASS IEUser@ 230
I hope that's enough information. Please Help...I don't
know how to do about the error at all. THANK YOU SO MUCH
NEED HELP!
Winnie