Re: iis 6 and
From: David Wang [Msft] (someone_at_online.microsoft.com)
Date: 10/09/05
- Previous message: Davis: "SBS.RWW Error"
- Maybe in reply to: P C: "Re: iis 6 and"
- Next in thread: MT: "Re: iis 6 and asp"
- Reply: MT: "Re: iis 6 and asp"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Sun, 9 Oct 2005 03:15:40 -0700
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
- Previous message: Davis: "SBS.RWW Error"
- Maybe in reply to: P C: "Re: iis 6 and"
- Next in thread: MT: "Re: iis 6 and asp"
- Reply: MT: "Re: iis 6 and asp"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|