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

RE: 500 Server Error (Bad URL) in IIS 5 by tharney

tharney
Wed Jul 30 22:36:00 CDT 2003


This can happen if Internet Explorer is configured to automatically detect
settings in the LAN settings section of Internet Options. Try opening IE
and then going to Tools, Internet Options, Connections tab, then choose the
"LAN Settings" button at the bottom. If "Automatically detect settings" is
checked in the next section uncheck it, then OK and Apply, then shut down
IE and restart it, then test again.

HTH,

Terry

Terry Harney [MSFT]

This posting is provided ?AS IS? with no warranties, and confers no rights.
You assume all risk for your use. © 2001 Microsoft Corporation. All rights
reserved.

--------------------
| Content-Class: urn:content-classes:message
| From: "Winnie" <un_un@hotmail.com>
| Sender: "Winnie" <un_un@hotmail.com>
| Subject: 500 Server Error (Bad URL) in IIS 5
| Date: Mon, 28 Jul 2003 14:24:03 -0700
| Lines: 100
| Message-ID: <02c901c3554e$91a75ae0$a501280a@phx.gbl>
| MIME-Version: 1.0
| Content-Type: text/plain;
| charset="iso-8859-1"
| Content-Transfer-Encoding: 7bit
| X-Newsreader: Microsoft CDO for Windows 2000
| X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
| Thread-Index: AcNVTpGkxQ7X6lB2SJ6iItiV8xKLOQ==
| Newsgroups: microsoft.public.inetserver.iis
| Path: cpmsftngxa06.phx.gbl
| Xref: cpmsftngxa06.phx.gbl microsoft.public.inetserver.iis:268528
| NNTP-Posting-Host: TK2MSFTNGXA13 10.40.1.165
| X-Tomcat-NG: microsoft.public.inetserver.iis
|
| 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
|
|
|