Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx thread: aspnet_wp.exe could not be launched


Message #1 by "Mohanraj Palaniswamy" <mpalaniswamy@c...> on Mon, 18 Mar 2002 15:54:48
I have installed ASP.NET Framework SDF on Windows 2000 Server.

When I try to open an aspx file from the browser, I am getting the 
following error:

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

Also in the EventViewer's Application Log, I am getting the following 
Error 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 errors would be appreciated.
Message #2 by lim soo <limsk99@y...> on Thu, 21 Mar 2002 21:58:14 -0800 (PST)
hi there,
i've face the same problem as your's before and i
solve it by editing the machine.config file which
resides in the .Net framework. 
this is normally happen to those ASP.NET install onto
the server which is the domain controller.

here is the changes i made to the machine.config file
1.find the processmodel tag.
2.under the processmodel node there's an attribute
element call  username="machine" by default, change it
to "SYSTEM".

then save it and try to run the aspx page again. Hope
it's help.




--- Mohanraj Palaniswamy <mpalaniswamy@c...>
wrote:
> I have installed ASP.NET Framework SDF on Windows
> 2000 Server.
> 
> When I try to open an aspx file from the browser, I
> am getting the 
> following error:
> 
> -------------- 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 -----------------
> 
> Also in the EventViewer's Application Log, I am
> getting the following 
> Error 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 errors would be
> appreciated.


__________________________________________________
Do You Yahoo!?
Yahoo! Movies - coverage of the 74th Academy Awards®
http://movies.yahoo.com/

  Return to Index