Welcome to MobyThreads.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in
All support for the MobyThreads Threaded phpBB MOD can now be found on welsolutions at this forum

need help getting asp scripts to run

 
   Web Hosting and Web Master Forums (Home) -> IIS RSS
Next:  Perf Counters showing all requests queued - but t..  
Author Message
jlarosa

External


Since: Feb 02, 2004
Posts: 1



(Msg. 1) Posted: Mon Feb 02, 2004 11:37 am
Post subject: need help getting asp scripts to run
Archived from groups: microsoft>public>inetserver>iis (more info?)

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.
------------------------------------------

 >> Stay informed about: need help getting asp scripts to run 
Back to top
Login to vote
anonymous131

External


Since: Oct 17, 2003
Posts: 720



(Msg. 2) Posted: Mon Feb 02, 2004 1:43 pm
Post subject: need help getting asp scripts to run [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Anonymous connections still have to use an account,
usually the IUSR_MACHINENAME account. Go Here:
<a style='text-decoration: underline;' href="http://www.eventid.net/display.asp?eventid=36&source=" target="_blank">http://www.eventid.net/display.asp?eventid=36&source=</a>

Scroll to the section on W3SVC and start reading.

doug

 >-----Original Message-----
 >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.
 >------------------------------------------
 >.
 ><!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: need help getting asp scripts to run 
Back to top
Login to vote
user675

External


Since: Aug 28, 2003
Posts: 617



(Msg. 3) Posted: Mon Feb 02, 2004 7:46 pm
Post subject: Re: need help getting asp scripts to run [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On 2 Feb 2004 08:37:52 -0800, jlarosa.RemoveThis@alumni.brown.edu (Jonathan
LaRosa) wrote:

 >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
<a style='text-decoration: underline;' href="http://support.microsoft.com/?id=297989" target="_blank">http://support.microsoft.com/?id=297989</a>


Regards,

Paul Lynch
MCSE<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: need help getting asp scripts to run 
Back to top
Login to vote
user658

External


Since: Aug 26, 2003
Posts: 1525



(Msg. 4) Posted: Tue Feb 03, 2004 1:29 am
Post subject: Re: need help getting asp scripts to run [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

  >>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.
  >>'.

See:

<a style='text-decoration: underline;' href="http://support.microsoft.com/default.aspx?scid=kb;en-us;Q255770" target="_blank">http://support.microsoft.com/default.aspx?scid=kb;en-us;Q255770</a>

Jeff<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: need help getting asp scripts to run 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
How to run CGI scripts on IIS - I have some old CGI scripts that I ran a while ago on another server. How do I run those scripts on a WIN2K server running IIS? What configuration settings do I need to alter? Erik

GET /scripts/nsiislog.dll ???? - Why are people always looking for that?

which scripts folder & dll is used? - Hello, All! Here's an interesting question. I have: \inetpub\scripts\isapi.dll (new version) and (by mistake) \inetpub\wwwroot\scripts\isapi.dll (old version) Which isapi.dll is used in my default web site? -- Eric den Doop www.foxite.com - The Home Of...

scripts directory gone in IIS 6.0? - Hi, Has the Scripts virtual directory been removed from IIS 6.0? In Windows 2000/IIS 5.0, it was Inetpub\scripts. Why has it been removed? What is the workaround to execute scripts? Simply create your own virtual directory, put your scripts in there an...

I can't send email with any ASP scripts - I am trying to send an email from a from a form on W2k, SP4, IIS5.0. I do specify our inhouse SMTP and other criterias, yet most of my forms don't work, the ones that do don't get to send the emails even after they said they have. I have installed Cdonts...
   Web Hosting and Web Master Forums (Home) -> IIS All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]