RE: aspnet_wp.exe could not be launched because...



Look at the machine.config file on that machine and find the user it is
running under; it has most likely been set to an admin's account to overcome
an issue in the past and there is a password expiration policy. When the
domain account password is changed, it hoses you.

I find this error from time to time in shops where they attempt to get
around some of the security by elevating perms through an edit in
machine.config. The usual is forgetting to go back and investigate the root
cause, which leads to this error at some time in the future.

One common reason is to get around the web services restrictions on Windows
Server 2003, which is much better served by allowing web service GET and/or
POST in machine.config.

You can edit machine.config manually, or use the .NET Configuration tool.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

***************************
Think Outside the Box!
***************************


"Ricardo Quintanilla" wrote:

> one of our server is registering a log at the event-viewer saying
> ---- ---- ---- ----
> aspnet_wp.exe could not be launched because the username and/or password
> supplied in the processModel section of the config file are invalid.
> ---- ---- ---- ----
>
> it is an unexpected and not justified error because we do not have any
> asp.net application running.
> i only have installed a windows service built with C#.Net whom send messages
> to a socket server
>
> if i have no asp.net application, why i get this error?
>
> the final problem is that, when this error is registered, any .Net
> application crash.
> specifically any manage code crash
>
> thanks to all
.



Relevant Pages

  • Re: Duplicate emails in sub-folders
    ... Since you've eliminated rules in Entourage then I can only suspect this is caused by the interaction between the Web Services Edition of Entourage and your server. ... If you can replicate the problem on a completely different machine then you can assume this is a problem with your account on the server. ... Entourage Help Blog ...
    (microsoft.public.mac.office.entourage)
  • Re: Re-Post - "the trust relationship between this workstation and the
    ... "the trust relationship between this workstation and the primary domain ... only problem is adding a new user account on the station. ... Client computer must use STRICTLY the INTERNAL DNS server which can ... Attr: subschemaSubentry ...
    (microsoft.public.windows.server.active_directory)
  • Re: Same question, still no answer!!!
    ... Sounds then like we are all paying for a feature set only large companies ... The "proxy server" pc is actually an older box stuffed ... Expectation #1) keep the ethernet more or less as is. ... The kids account would be ...
    (microsoft.public.windowsxp.basics)
  • Re: Re-Post - "the trust relationship between this workstation and the
    ... "the trust relationship between this workstation and the primary domain ... only problem is adding a new user account on the station. ... This would be on the DNS server 172.20.100.2 ... Attr: subschemaSubentry ...
    (microsoft.public.windows.server.active_directory)
  • Sending email to mydomain.com
    ... server will appear as undeliverable. ... This happens because you are using the POP3 connector... ... an NDR when an account doesn't exist). ... >different from the user account names for the exchange ...
    (microsoft.public.windows.server.sbs)

Loading