A Windows XP help forum. PCbanter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » PCbanter forum » Microsoft Windows XP » Security and Administration with Windows XP
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

IIS won't display ASPs. Only HTML.



 
 
Thread Tools Display Modes
  #1  
Old April 13th 04, 06:00 PM
Rob Schneider
external usenet poster
 
Posts: n/a
Default IIS won't display ASPs. Only HTML.

I think the ID on the server which is setup to execute the ASP program
is not working (wrong password, wrong ID, wrong config). On the server.

Hope this is useful to you. Let us know.

rms




Koterpillar wrote:
Every time someone accesses an ASP on my site (IIS 5.1), 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.

Event viewer:
DCOM got error "Logon failu 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.

Ads
  #2  
Old April 13th 04, 06:04 PM
Begotten
external usenet poster
 
Posts: n/a
Default IIS won't display ASPs. Only HTML.

You probably want to enable anonymous logons in the IIS configuration. Run, "MMC" may have some more admin tools.


"Koterpillar" wrote in message ...
Every time someone accesses an ASP on my site (IIS 5.1), 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.

Event viewer:
DCOM got error "Logon failu 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.

  #3  
Old April 13th 04, 06:05 PM
Begotten
external usenet poster
 
Posts: n/a
Default IIS won't display ASPs. Only HTML.

Isn't DCOM the Dynamic Component Object Model? I don't know for sure but I think that should be enabled for scripting. Still your error message sounds like an issue with anonymous logon, etc.


"Koterpillar" wrote in message ...
I had'n managed password for IWAM_FLOWER2. It might be ok?
Config? I reviewed all pages in Properties of my IIS site and found nothing related.
I tried to run DCOMCNFG (I disabled DCOM because of msblast attacks (updated too, but later.)) but it crashed when I browsed to Component Services - Computers. It just closed, and said nothing.
I think that maybe I disabled some services needed, and tried to start Com+ System Application.
Event viewer constantly reports that it starts and "terminates unexpectedly".
  #4  
Old April 13th 04, 06:12 PM
Roger Abell [MVP]
external usenet poster
 
Posts: n/a
Default IIS won't display ASPs. Only HTML.

A couple things here.

When having problems with the backend accounts of IIS and their ability to
support ASP, take a pure HTML page, no serverside script in it, and make a
copy with a .asp extensiion. Then at cmd prompt run iisreset (not necessary
but it guarantees your test is starting with fresh IIS loadup). Then
navigate
directly to the html page that has the asp extension.
If it fails this says it is due to IIS ability to use the asp.dll rather
than something
the asp page you had been trying was doing in its script.
You will get the 500 error in either case, so this cuts the chase in half
either way.

The account mentioned IWAM_* will be used on access to an anonymous web
with ASP if you have it configured to use high isolation
In the IIS mgmt UI, in the properties of the web try switching it down to a
less
secure isolation setting.
IWAM_* will fail login if you have removed Authenticated Users and
Interactive
from the Users group. If you have done this you need to add the IWAM_* to
the Users group.
Since the message you get is not about login type denied, the above may or
may not be (part of) your issue.
IIS will manage a number of user rights that IWAM_* needs, so those should
be OK.
Also, in the properties of the website in the IIS mgmt UI check to make sure
that you are allowing IIS to manage passwords.

Now, if you had changed the pwd of the IWAM_* account in the user management
interface, then you will have to set the same password in the COM+ component
for the website (in component services) or uninstall/reinstall IIS.
In fact, if you save your content somewhere, use add/remove to uninstall
IIS,
delete the inetpub directory and the wywtem32\inetsrv directory (rather as
much
as you can), and then reinstall, the IIS installer will try its best to get
everything
right again. IIS and IWAM_* do not require DCOM, but some things that you
do in ASP can cause this dependency.


--
Roger Abell
Microsoft MVP (Windows Server System: Security)
MCDBA, MCSE W2k3+W2k+Nt4
"Koterpillar" wrote in message
...
Every time someone accesses an ASP on my site (IIS 5.1), 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.

Event viewer:
DCOM got error "Logon failu 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.



  #5  
Old April 14th 04, 03:03 AM
Rob Schneider
external usenet poster
 
Posts: n/a
Default IIS won't display ASPs. Only HTML.

I think the ID on the server which is setup to execute the ASP program
is not working (wrong password, wrong ID, wrong config). On the server.

Hope this is useful to you. Let us know.

rms




Koterpillar wrote:
Every time someone accesses an ASP on my site (IIS 5.1), 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.

Event viewer:
DCOM got error "Logon failu 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.

  #6  
Old April 14th 04, 03:07 AM
Begotten
external usenet poster
 
Posts: n/a
Default IIS won't display ASPs. Only HTML.

You probably want to enable anonymous logons in the IIS configuration. Run, "MMC" may have some more admin tools.


"Koterpillar" wrote in message ...
Every time someone accesses an ASP on my site (IIS 5.1), 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.

Event viewer:
DCOM got error "Logon failu 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.

  #7  
Old April 14th 04, 03:09 AM
Begotten
external usenet poster
 
Posts: n/a
Default IIS won't display ASPs. Only HTML.

Isn't DCOM the Dynamic Component Object Model? I don't know for sure but I think that should be enabled for scripting. Still your error message sounds like an issue with anonymous logon, etc.


"Koterpillar" wrote in message ...
I had'n managed password for IWAM_FLOWER2. It might be ok?
Config? I reviewed all pages in Properties of my IIS site and found nothing related.
I tried to run DCOMCNFG (I disabled DCOM because of msblast attacks (updated too, but later.)) but it crashed when I browsed to Component Services - Computers. It just closed, and said nothing.
I think that maybe I disabled some services needed, and tried to start Com+ System Application.
Event viewer constantly reports that it starts and "terminates unexpectedly".
  #8  
Old April 14th 04, 03:18 AM
Rob Schneider
external usenet poster
 
Posts: n/a
Default IIS won't display ASPs. Only HTML.

I think the ID on the server which is setup to execute the ASP program
is not working (wrong password, wrong ID, wrong config). On the server.

Hope this is useful to you. Let us know.

rms




Koterpillar wrote:
Every time someone accesses an ASP on my site (IIS 5.1), 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.

Event viewer:
DCOM got error "Logon failu 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.

  #9  
Old April 14th 04, 03:25 AM
Begotten
external usenet poster
 
Posts: n/a
Default IIS won't display ASPs. Only HTML.

You probably want to enable anonymous logons in the IIS configuration. Run, "MMC" may have some more admin tools.


"Koterpillar" wrote in message ...
Every time someone accesses an ASP on my site (IIS 5.1), 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.

Event viewer:
DCOM got error "Logon failu 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.

  #10  
Old April 14th 04, 03:27 AM
Begotten
external usenet poster
 
Posts: n/a
Default IIS won't display ASPs. Only HTML.

Isn't DCOM the Dynamic Component Object Model? I don't know for sure but I think that should be enabled for scripting. Still your error message sounds like an issue with anonymous logon, etc.


"Koterpillar" wrote in message ...
I had'n managed password for IWAM_FLOWER2. It might be ok?
Config? I reviewed all pages in Properties of my IIS site and found nothing related.
I tried to run DCOMCNFG (I disabled DCOM because of msblast attacks (updated too, but later.)) but it crashed when I browsed to Component Services - Computers. It just closed, and said nothing.
I think that maybe I disabled some services needed, and tried to start Com+ System Application.
Event viewer constantly reports that it starts and "terminates unexpectedly".
  #11  
Old April 14th 04, 03:27 AM
Roger Abell [MVP]
external usenet poster
 
Posts: n/a
Default IIS won't display ASPs. Only HTML.

A couple things here.

When having problems with the backend accounts of IIS and their ability to
support ASP, take a pure HTML page, no serverside script in it, and make a
copy with a .asp extensiion. Then at cmd prompt run iisreset (not necessary
but it guarantees your test is starting with fresh IIS loadup). Then
navigate
directly to the html page that has the asp extension.
If it fails this says it is due to IIS ability to use the asp.dll rather
than something
the asp page you had been trying was doing in its script.
You will get the 500 error in either case, so this cuts the chase in half
either way.

The account mentioned IWAM_* will be used on access to an anonymous web
with ASP if you have it configured to use high isolation
In the IIS mgmt UI, in the properties of the web try switching it down to a
less
secure isolation setting.
IWAM_* will fail login if you have removed Authenticated Users and
Interactive
from the Users group. If you have done this you need to add the IWAM_* to
the Users group.
Since the message you get is not about login type denied, the above may or
may not be (part of) your issue.
IIS will manage a number of user rights that IWAM_* needs, so those should
be OK.
Also, in the properties of the website in the IIS mgmt UI check to make sure
that you are allowing IIS to manage passwords.

Now, if you had changed the pwd of the IWAM_* account in the user management
interface, then you will have to set the same password in the COM+ component
for the website (in component services) or uninstall/reinstall IIS.
In fact, if you save your content somewhere, use add/remove to uninstall
IIS,
delete the inetpub directory and the wywtem32\inetsrv directory (rather as
much
as you can), and then reinstall, the IIS installer will try its best to get
everything
right again. IIS and IWAM_* do not require DCOM, but some things that you
do in ASP can cause this dependency.


--
Roger Abell
Microsoft MVP (Windows Server System: Security)
MCDBA, MCSE W2k3+W2k+Nt4
"Koterpillar" wrote in message
...
Every time someone accesses an ASP on my site (IIS 5.1), 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.

Event viewer:
DCOM got error "Logon failu 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.



  #12  
Old April 14th 04, 03:55 AM
Roger Abell [MVP]
external usenet poster
 
Posts: n/a
Default IIS won't display ASPs. Only HTML.

A couple things here.

When having problems with the backend accounts of IIS and their ability to
support ASP, take a pure HTML page, no serverside script in it, and make a
copy with a .asp extensiion. Then at cmd prompt run iisreset (not necessary
but it guarantees your test is starting with fresh IIS loadup). Then
navigate
directly to the html page that has the asp extension.
If it fails this says it is due to IIS ability to use the asp.dll rather
than something
the asp page you had been trying was doing in its script.
You will get the 500 error in either case, so this cuts the chase in half
either way.

The account mentioned IWAM_* will be used on access to an anonymous web
with ASP if you have it configured to use high isolation
In the IIS mgmt UI, in the properties of the web try switching it down to a
less
secure isolation setting.
IWAM_* will fail login if you have removed Authenticated Users and
Interactive
from the Users group. If you have done this you need to add the IWAM_* to
the Users group.
Since the message you get is not about login type denied, the above may or
may not be (part of) your issue.
IIS will manage a number of user rights that IWAM_* needs, so those should
be OK.
Also, in the properties of the website in the IIS mgmt UI check to make sure
that you are allowing IIS to manage passwords.

Now, if you had changed the pwd of the IWAM_* account in the user management
interface, then you will have to set the same password in the COM+ component
for the website (in component services) or uninstall/reinstall IIS.
In fact, if you save your content somewhere, use add/remove to uninstall
IIS,
delete the inetpub directory and the wywtem32\inetsrv directory (rather as
much
as you can), and then reinstall, the IIS installer will try its best to get
everything
right again. IIS and IWAM_* do not require DCOM, but some things that you
do in ASP can cause this dependency.


--
Roger Abell
Microsoft MVP (Windows Server System: Security)
MCDBA, MCSE W2k3+W2k+Nt4
"Koterpillar" wrote in message
...
Every time someone accesses an ASP on my site (IIS 5.1), 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.

Event viewer:
DCOM got error "Logon failu 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.



  #13  
Old April 14th 04, 04:00 AM
Rob Schneider
external usenet poster
 
Posts: n/a
Default IIS won't display ASPs. Only HTML.

I think the ID on the server which is setup to execute the ASP program
is not working (wrong password, wrong ID, wrong config). On the server.

Hope this is useful to you. Let us know.

rms




Koterpillar wrote:
Every time someone accesses an ASP on my site (IIS 5.1), 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.

Event viewer:
DCOM got error "Logon failu 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.

  #14  
Old April 14th 04, 04:03 AM
Begotten
external usenet poster
 
Posts: n/a
Default IIS won't display ASPs. Only HTML.

You probably want to enable anonymous logons in the IIS configuration. Run, "MMC" may have some more admin tools.


"Koterpillar" wrote in message ...
Every time someone accesses an ASP on my site (IIS 5.1), 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.

Event viewer:
DCOM got error "Logon failu 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.

  #15  
Old April 14th 04, 04:10 AM
Begotten
external usenet poster
 
Posts: n/a
Default IIS won't display ASPs. Only HTML.

Isn't DCOM the Dynamic Component Object Model? I don't know for sure but I think that should be enabled for scripting. Still your error message sounds like an issue with anonymous logon, etc.


"Koterpillar" wrote in message ...
I had'n managed password for IWAM_FLOWER2. It might be ok?
Config? I reviewed all pages in Properties of my IIS site and found nothing related.
I tried to run DCOMCNFG (I disabled DCOM because of msblast attacks (updated too, but later.)) but it crashed when I browsed to Component Services - Computers. It just closed, and said nothing.
I think that maybe I disabled some services needed, and tried to start Com+ System Application.
Event viewer constantly reports that it starts and "terminates unexpectedly".
 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off






All times are GMT +1. The time now is 04:09 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 PCbanter.
The comments are property of their posters.