|
 |
aspx thread: Urgent ! Pl Help Me To Resolve !!
Message #1 by Mohanraj Palaniswamy <mpalaniswamy@C...> on Mon, 18 Mar 2002 11:26:37 -0500
|
|
I have installed ASP.NET Framework SDK in Windows 2000 Server.
When I tried to open an ASPX file, I got the following error message:
------------ Error Starts --------------------
Server Application Unavailable
The web application you are attempting to access on this web server is
currently unavailable. Please hit the "Refresh" button in your web browser
to retry your request.
Administrator Note: An error message detailing the cause of this specific
request failure can be found in the system event log of the web server.
Please review this log entry to discover what caused this error to occur.
------------ Error Ends --------------------
And also, I am getting this error message in Event Viewer's Application Log
in every 32 seconds:
------------ Error Starts --------------------
aspnet_wp.exe could not be launched because the username and/or password
supplied in the processModel section of the config file are invalid.
------------ Error Ends --------------------
Any help to resolve these problems, would be appreciated.
Thanks.
Mohanraj Palaniswamy,
Creative Computing Solutions, Inc.
6410 Rockledge Drive, #412,
Bethesda, MD - 20817.
Phone: (xxx)xxx-xxxx x 3401
Fax : (xxx)xxx-xxxx
Message #2 by "Minh T. Nguyen" <nguyentriminh@y...> on Mon, 18 Mar 2002 08:43:05 -0800
|
|
Mohanraj,
You have to change the userName attribute of the processModel
section in the machine.config file to "SYSTEM".
See:
http://p2p.wrox.com/view.asp?list=aspx_beginners&id=149602
http://p2p.wrox.com/archive/aspx_beginners/2002-01/25.asp
http://p2p.wrox.com/view.asp?list=aspx&id=155155
http://p2p.wrox.com/archive/aspx/2002-01/55.asp
Minh.
-----Original Message-----
From: Mohanraj Palaniswamy [mailto:mpalaniswamy@C...]
Sent: Monday, March 18, 2002 8:27 AM
To: ASP+
Subject: [aspx] Urgent ! Pl Help Me To Resolve !!
I have installed ASP.NET Framework SDK in Windows 2000 Server.
When I tried to open an ASPX file, I got the following error message:
------------ Error Starts --------------------
Server Application Unavailable
The web application you are attempting to access on this web server is
currently unavailable. Please hit the "Refresh" button in your web
browser to retry your request.
Administrator Note: An error message detailing the cause of this
specific request failure can be found in the system event log of the web
server. Please review this log entry to discover what caused this error
to occur.
------------ Error Ends --------------------
And also, I am getting this error message in Event Viewer's Application
Log in every 32 seconds:
------------ Error Starts --------------------
aspnet_wp.exe could not be launched because the username and/or password
supplied in the processModel section of the config file are invalid.
------------ Error Ends --------------------
Any help to resolve these problems, would be appreciated.
Thanks.
Mohanraj Palaniswamy,
Creative Computing Solutions, Inc.
6410 Rockledge Drive, #412,
Bethesda, MD - 20817.
Phone: (xxx)xxx-xxxx x 3401
Fax : (xxx)xxx-xxxx
_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com
Message #3 by "Mohanraj Palaniswamy" <mpalaniswamy@c...> on Mon, 18 Mar 2002 17:20:52
|
|
Minh:
I found the same solution in another place http://www.cookcomputing.com/
Please look at the topic on Saturday, January 19, 2002
He said, "Probably not recommended on a production server." How do we work
around then ? I am trying to do it. If you have done this before, Please
let me know. Thanks.
> Mohanraj,
You have to change the userName attribute of the processModel
section in the machine.config file to "SYSTEM".
See:
http://p2p.wrox.com/view.asp?list=aspx_beginners&id=149602
http://p2p.wrox.com/archive/aspx_beginners/2002-01/25.asp
http://p2p.wrox.com/view.asp?list=aspx&id=155155
http://p2p.wrox.com/archive/aspx/2002-01/55.asp
Minh.
Message #4 by "Minh T. Nguyen" <nguyentriminh@y...> on Mon, 18 Mar 2002 11:30:29 -0800
|
|
Mohanraj,
Hm.. I don't know the official solution. Most of us here have
used the SYSTEM-trick to bypass this problem, but I don't know how how
less secure this becomes. I mean there must be a reason why Microsoft
decides to default the processModel to MACHINE when they went from Beta
2 to RTM.
Sorry, I don't know the official solution to this.
Minh.
-----Original Message-----
From: Mohanraj Palaniswamy [mailto:mpalaniswamy@c...]
Sent: Monday, March 18, 2002 5:21 PM
To: ASP+
Subject: [aspx] RE: Urgent ! Pl Help Me To Resolve !!
Minh:
I found the same solution in another place http://www.cookcomputing.com/
Please look at the topic on Saturday, January 19, 2002
He said, "Probably not recommended on a production server." How do we
work
around then ? I am trying to do it. If you have done this before, Please
let me know. Thanks.
_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com
|
|
 |