|
Home > Archive > IIS Server > February 2004 > need help getting asp scripts to run
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
need help getting asp scripts to run
|
|
| Jonathan LaRosa 2004-02-02, 3:36 am |
| I'm trying to get a simple asp script to run and I'm getting the error
below. As far as I can tell, IIS is not set up to require a username
and password, but accepts anonymous connections. So I'm not sure what
the error refers to. Can anyone point me in the right direction?
Thanks in advance,
Jon LaRosa
Here's the error:
------------------------------------------
Event Type: Warning
Event Source: W3SVC
Event Category: None
Event ID: 36
Date: 2/2/2004
Time: 11:22:22 AM
User: N/A
Computer: MAILSRV
Description:
The server failed to load application '/LM/W3SVC/1/ROOT'. The error
was 'The server process could not be started because the configured
identity is incorrect. Check the username and password.
'.
For additional information specific to this message please visit the
Microsoft Online Support site located at:
http://www.microsoft.com/contentredirect.asp.
------------------------------------------
| |
| Paul Lynch 2004-02-02, 3:36 am |
| On 2 Feb 2004 08:37:52 -0800, jlarosa@alumni.brown.edu (Jonathan
LaRosa) wrote:
quote:
>I'm trying to get a simple asp script to run and I'm getting the error
>below. As far as I can tell, IIS is not set up to require a username
>and password, but accepts anonymous connections. So I'm not sure what
>the error refers to. Can anyone point me in the right direction?
>
>Thanks in advance,
>Jon LaRosa
>
>
>Here's the error:
>------------------------------------------
>Event Type: Warning
>Event Source: W3SVC
>Event Category: None
>Event ID: 36
>Date: 2/2/2004
>Time: 11:22:22 AM
>User: N/A
>Computer: MAILSRV
>Description:
>The server failed to load application '/LM/W3SVC/1/ROOT'. The error
>was 'The server process could not be started because the configured
>identity is incorrect. Check the username and password.
>'.
>For additional information specific to this message please visit the
>Microsoft Online Support site located at:
>http://www.microsoft.com/contentredirect.asp.
>------------------------------------------
Jonathon,
Read this KB article :
PRB: Configured Identity Is Incorrect for IWAM Account
http://support.microsoft.com/?id=297989
Regards,
Paul Lynch
MCSE
|
|
|
|
|