Re: iis 6 and asp
From: Ken Schaefer (kenREMOVE_at_THISadOpenStatic.com)
Date: 10/11/05
- Next message: Ken Schaefer: "Re: How does IIS handle user impersonation token?"
- Previous message: Ken Schaefer: "Re: How to separate mixed content - secure and non-secure"
- In reply to: MT: "Re: iis 6 and asp"
- Next in thread: David Wang [Msft]: "Re: iis 6 and asp"
- Reply: David Wang [Msft]: "Re: iis 6 and asp"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Tue, 11 Oct 2005 12:09:00 +1000
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
: >
: >
: >
- Next message: Ken Schaefer: "Re: How does IIS handle user impersonation token?"
- Previous message: Ken Schaefer: "Re: How to separate mixed content - secure and non-secure"
- In reply to: MT: "Re: iis 6 and asp"
- Next in thread: David Wang [Msft]: "Re: iis 6 and asp"
- Reply: David Wang [Msft]: "Re: iis 6 and asp"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|