IIS just can display HTML but not ASP

G

Guest

Every time I access an ASP page on my site (IIS 5.1)(e.g http://localhost/localstart.asp), this is displayed:
Server Application Error
The server has encountered an error while loading an application during the processing of your request. Please refer to the event log for more detail information. Please contact the server administrator for assistance.

however that's no problem when I access a htm/html page.

Message in Event viewer:
DCOM got error "Logon failure: unknown user name or bad password. " and was unable to logon .\IWAM_FLOWER2 in order to run the server:
{3D14228D-FBE1-11D0-995D-00C04FD919C1}
---
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.

I search through the Knowledge base(Article 297989, 327153) and it said it is mainly due to the password inconsistency or security right problem of IWAM_machinename and ISUR_machinename, and I have already follow the steps to reset the password of the above accounts and the IIS metabase but still have the same error.
.. And it said as a last resort, it said I can re-create the IIS packages by deleting the old packages in Component Service(Article 309051). However, the Component Service just closed when I expand the node of Componet Service--> Computer.

Does anyone has idea what's going on?
 
C

Carey Frisch [MVP]

Please visit the IIS experts in the IIS newsgroup:
news://msnews.microsoft.com/microsoft.public.inetserver.iis

--
Carey Frisch
Microsoft MVP
Windows XP - Shell/User

Be Smart! Protect your PC!
http://www.microsoft.com/security/protect/

----------------------------------------------------------------------------------------------------


| Every time I access an ASP page on my site (IIS 5.1)(e.g http://localhost/localstart.asp), this is
displayed:
| Server Application Error
| The server has encountered an error while loading an application during the processing of your request.
Please refer to the event log for more detail information. Please contact the server administrator for
assistance.
|
| however that's no problem when I access a htm/html page.
|
| Message in Event viewer:
| DCOM got error "Logon failure: unknown user name or bad password. " and was unable to logon .\IWAM_FLOWER2
in order to run the server:
| {3D14228D-FBE1-11D0-995D-00C04FD919C1}
| ---
| 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.
|
| I search through the Knowledge base(Article 297989, 327153) and it said it is mainly due to the password
inconsistency or security right problem of IWAM_machinename and ISUR_machinename, and I have already follow
the steps to reset the password of the above accounts and the IIS metabase but still have the same error.
| . And it said as a last resort, it said I can re-create the IIS packages by deleting the old packages in
Component Service(Article 309051). However, the Component Service just closed when I expand the node of
Componet Service--> Computer.
|
| Does anyone has idea what's going on?
 
R

Roger Abell

Have you been changing around in the User rights
grants of local security policy, or have you removed
some of the default members from Users group ??
One way to try resolving this with IWAM_* or IUSR_*
when the password is in sync is to add the account to
the Users group. It may however be other user rights,
although IIS resets most all of those when seen needed.

However, what you report with Component services
shows that you may have a deeper problem in COM
support, one which you first notice with your IIS issue.

--
Roger Abell
Microsoft MVP (Windows Server System: Security)
MCSE (W2k3,W2k,Nt4) MCDBA
jerryman said:
Every time I access an ASP page on my site (IIS 5.1)(e.g
http://localhost/localstart.asp), this is displayed:
Server Application Error
The server has encountered an error while loading an application during
the processing of your request. Please refer to the event log for more
detail information. Please contact the server administrator for assistance.
however that's no problem when I access a htm/html page.

Message in Event viewer:
DCOM got error "Logon failure: unknown user name or bad password. " and
was unable to logon .\IWAM_FLOWER2 in order to run the server:
{3D14228D-FBE1-11D0-995D-00C04FD919C1}
'The server process could not be started because the configured identity is
incorrect. Check the username and password.
I search through the Knowledge base(Article 297989, 327153) and it said it
is mainly due to the password inconsistency or security right problem of
IWAM_machinename and ISUR_machinename, and I have already follow the steps
to reset the password of the above accounts and the IIS metabase but still
have the same error.
. And it said as a last resort, it said I can re-create the IIS packages
by deleting the old packages in Component Service(Article 309051). However,
the Component Service just closed when I expand the node of Componet
Service--> Computer.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top