Ask a Question related to ASP.NET General, Design and Development.
-
Alek Davis #1
aspnet_wp.exe could not be started
After installing Framework 1.1, I cannot run any of my ASP.NET applications.
Actually, while installing Framework 1.1, I also installed recommended
updates (all critical security fixes) from the Windows updates site, so I am
not sure whether this was caused by Framework 1.1 or by one of the hot
fixes. Now I am getting the following error in the event log: "aspnet_wp.exe
could not be started. HRESULT for the failure: 80070545." I checked a few
posts related to the same error, but none of recommendations helped. In
particular, I tried to run aspnet_regiis -i and re-registering
aspnet_isapi.dll. I rebooted computer several times. Uninstalled Framework
1.1. Still get the same error. My system is not a DC (it is an XP Pro
workstation), so I did not follow KB recommendations pertaining to a DC.
Does anyone have any other ideas? Thanks.
Alek
Alek Davis Guest
-
aspnet_wp.exe
Hi, I am getting these errors from Event Viewer - Application: 1. aspnet_wp.exe could not be launched because the username and/or password... -
aspnet_wp uses up 98~99% of CPU power
Hi I'm running a webservice that acts as a server for instance messanger. The problem I encounter is that when I run the server for several... -
aspnet_wp Problem
Tibby, You should see a recycle in the Application Event Viewer log if you are using up memory like that. In any case, in order to diagnose... -
aspnet_wp,exe
The .Net garbage collector runs at times and will free memory as necessary. It has no logical pattern though. I wouldn't worry about it. It will... -
Can't get started ... aspnet_wp.exe - application error
I'm getting message: aspnet_wp.exe - Application Error The exception unknown software exception (0xc06d007e) occured in the application at... -
Alek Davis #2
Re: aspnet_wp.exe could not be started
OK, if anyone experiences a similar issue: I changed the userName attribute
of the processModel tag in the machine.config file (under
%WINDIR%\Microsoft.NET\Framework\v1.0.3705\CONFIG) from "machine" to
"system" and it seemed to fix the problem.
Alek
"Alek Davis" <alek_DOT_davis_AT_intel_DOT_com> wrote in message
news:O1allOMRDHA.3700@tk2msftngp13.phx.gbl...applications.> After installing Framework 1.1, I cannot run any of my ASP.NETam> Actually, while installing Framework 1.1, I also installed recommended
> updates (all critical security fixes) from the Windows updates site, so I"aspnet_wp.exe> not sure whether this was caused by Framework 1.1 or by one of the hot
> fixes. Now I am getting the following error in the event log:> could not be started. HRESULT for the failure: 80070545." I checked a few
> posts related to the same error, but none of recommendations helped. In
> particular, I tried to run aspnet_regiis -i and re-registering
> aspnet_isapi.dll. I rebooted computer several times. Uninstalled Framework
> 1.1. Still get the same error. My system is not a DC (it is an XP Pro
> workstation), so I did not follow KB recommendations pertaining to a DC.
> Does anyone have any other ideas? Thanks.
>
> Alek
>
>
Alek Davis Guest
-
Kurt #3
Re: aspnet_wp.exe could not be started
Alek,
do you know if this compromises the security of the machine or
anything else and if so could you explain,
thanks
Kurt
"Alek Davis" <alek_DOT_davis_AT_intel_DOT_com> wrote in message news:<u0N1qrMRDHA.1324@TK2MSFTNGP11.phx.gbl>...> OK, if anyone experiences a similar issue: I changed the userName attribute
> of the processModel tag in the machine.config file (under
> %WINDIR%\Microsoft.NET\Framework\v1.0.3705\CONFIG) from "machine" to
> "system" and it seemed to fix the problem.
>
> Alek
>
> "Alek Davis" <alek_DOT_davis_AT_intel_DOT_com> wrote in message
> news:O1allOMRDHA.3700@tk2msftngp13.phx.gbl...> applications.> > After installing Framework 1.1, I cannot run any of my ASP.NET> am> > Actually, while installing Framework 1.1, I also installed recommended
> > updates (all critical security fixes) from the Windows updates site, so I> "aspnet_wp.exe> > not sure whether this was caused by Framework 1.1 or by one of the hot
> > fixes. Now I am getting the following error in the event log:> > could not be started. HRESULT for the failure: 80070545." I checked a few
> > posts related to the same error, but none of recommendations helped. In
> > particular, I tried to run aspnet_regiis -i and re-registering
> > aspnet_isapi.dll. I rebooted computer several times. Uninstalled Framework
> > 1.1. Still get the same error. My system is not a DC (it is an XP Pro
> > workstation), so I did not follow KB recommendations pertaining to a DC.
> > Does anyone have any other ideas? Thanks.
> >
> > Alek
> >
> >Kurt Guest



Reply With Quote

