| David Wang [Msft] 2005-10-12, 6:15 pm |
| Umm...
404 0 2 means a real "file not found"
404 2 1260 means "blocked because Web Service Extension is not enabled"
This is saying that whatever path you configured for website ID 1, \Test.asp
is actually not found there. But you are also saying that other .htm work
from that same directory. Since you say that ASP is enabled, .asp is mapped
to asp.dll, and at least "Script" Execute permission is given, I would then
start checking:
1. file attribute (make sure it is not marked Hidden but you configured
Explorer to show Hidden/System files).
2. did you mount a hidden partition at wherever you configured as the path
for website ID 1
You are now claiming vastly different errors than first post, where you said
you got 500s and futzed around with user identities and who knows what else.
Bad idea. You should have just calmed down, reported the original error,
your original configuration, and we could have solved that.
At this point, I have no idea all changes that you've made, in what
sequence, and with what results, so I really cannot effectively help any
further.
--
//David
IIS
http://blogs.msdn.com/David.Wang
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"Ken Schaefer" <kenREMOVE@THISadOpenStatic.com> wrote in message
news:e86wAjgzFHA.3256@TK2MSFTNGP09.phx.gbl...
The response status in that logfile is 404.2 which indicates that ASP is not
enabled in the Web Services Extension node.
However, you say you are getting 500 in your browser? In your copy of IE,
can you go to Tools -> Internet Options -> Advanced and uncheck "Show
Friendly HTTP errors" and reload the page. Do you get a more detailed error
message now? What is it?
Cheers
Ken
"MT" <MT@discussions.microsoft.com> wrote in message
news:865B796B-3F99-4EE2-8F66-B65793F5A1B3@microsoft.com...
: Here is what w3svc log file says:
:
: 2005-10-10 14:31:50 W3SVC1 (server ip address) GET /test.asp - 80 -
: (workstation IP address)
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1)
: 401 1 0
: 2005-10-10 14:31:50 W3SVC1 (server ip address) GET /test.asp - 80 username
: (workstation ip address)
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1)
: 404 0 2
:
: Http error log file has entries like this:
:
: 2005-10-10 13:10:39 (workstation ip) 3294 (serverip) HTTP/1.1 GET
/test.asp
: - 1 Connection_Dropped DefaultAppPool
:
: Please ignore earlier comment about internet zone, it appears only when
: browsing from server itself, not from workstation.
:
: Thanks.
:
:
:
:
: --
: MT
:
:
: "David Wang [Msft]" wrote:
:
: > Start by reporting the log entry for that failing request from:
: > %SYSTEMROOT%\System32\LogFiles\W3SVC#\*.log
: >
: > To run ASP, all you need to do is:
: > 1. Install IIS6 with no errors
: > 2. Enable ASP in WebServiceExtensions
: > 3. Enable at least "Scripts" Execute Permission
: >
: > If that does not work, then your system probably has some sort of
arbitrary
: > misconfiguration not originating from IIS that you need to resolve.
Since it
: > is arbitrary misconfiguration, I have no idea what it is.
: >
: > There is no way for us to provide you a list of "do these things and it
is
: > guaranteed to work" because there are always arbitrary misconfigurations
and
: > exceptions. All we can ensure is that default installation works. What
you
: > do afterwards is basically your responsibility.
: >
: > For example, if your machine is in a domain, there may be domain policy
in
: > effect that screws up various security/permissions on your server for
: > "security" reasons, so you need to figure out what the Policy did and
how to
: > reverse it.
: >
: > --
: > //David
: > IIS
: > http://blogs.msdn.com/David.Wang
: > This posting is provided "AS IS" with no warranties, and confers no
rights.
: > //
: > "MT" <MT@discussions.microsoft.com> wrote in message
: > news:1A1DB132-FC51-4F38-909C-D4962E605AA3@microsoft.com...
: >
: >
: > I installed IIS 6 on W2K3 server and enabled asp and asp.net in web
service
: > extentions. I created a simple test.asp that will display "hello world"
: > message and copied it to c:\inetpub\wwwroot. Now, http://myserver loads
the
: > iisstart.htm page but http://myserver/test.asp doesn't load. I have
enabled
: > anonymous access, I tried even with IUSR_myserver account adding to
: > administrators group with no luck.
: > The error message is 500 internal server error. I checked permissions
for
: > IIS_WPG group and all user rights assignemnts. What could be the problem
?
: > Are any additional permissions needed for asp to load under iis6 ?
: >
: > Thanks.
: >
: >
: > --
: > MT
: >
: >
: >
|