|
|
|
start date: Wed, 08 Aug 2007 07:21:11 -0700,
posted on: microsoft.public.dotnet.framework
back
| Thread Index |
|
1
unknown
|
|
2
unknown
|
|
3
Alvin Bruney [MVP] some guy without an email address
|
aspnet_wp.exe (PID: 300) failed to startup because the synchronization event could not be initialized. Error code: 0x80070003
How to solve it?
I've got <machine_name>\IWAM_<machine_name> user, granted all
permissions to him, i had another error messages, but now i have
forementioned one and i can't find the answer how to beat such error.
p.s. I got ASP.NET 2.0 and IIS 5.1 (WinXP Pro)
Date:Wed, 08 Aug 2007 07:21:11 -0700
Author:
|
Re: aspnet_wp.exe (PID: 300) failed to startup because the synchronization event could not be initialized. Error code: 0x80070003
A little better: i put AutoConfig="true" into processModel of
machineconfig and it works this way. Later in task manager I've seen
aspnet_wp.exe has been run on behalf of ASPNET account. BUT when I put
userName="ASPNET" password="AutoGenerate" - it doesn't work and says
login/password is incorrect. I thought AutoGenerate meant password
should be taken from the system in case account already had it. But it
seems like autogenerate means it's been autogenerated RIGHT AWAY and
of course it differs from the one this account already has (in IIS
metabase, etc)
Date:Thu, 09 Aug 2007 01:55:46 -0700
Author:
|
Re: aspnet_wp.exe (PID: 300) failed to startup because the synchronization event could not be initialized. Error code: 0x80070003
You are better off getting your hands on a good reference to explain what
autogenerate does and how it does it. Tinkering with those settings will
cause you grief.
First, I would repair ASP.NET on the machine by running the
aspnetsetregiis.exe -i before tampering with anything else.
--
Regards,
Alvin Bruney
------------------------------------------------------
Shameless author plug
Excel Services for .NET - MS Press
Professional VSTO 2005 - Wrox/Wiley
OWC Black Book www.lulu.com/owc
wrote in message
news:1186649746.905274.155700@b79g2000hse.googlegroups.com...
>A little better: i put AutoConfig="true" into processModel of
> machineconfig and it works this way. Later in task manager I've seen
> aspnet_wp.exe has been run on behalf of ASPNET account. BUT when I put
> userName="ASPNET" password="AutoGenerate" - it doesn't work and says
> login/password is incorrect. I thought AutoGenerate meant password
> should be taken from the system in case account already had it. But it
> seems like autogenerate means it's been autogenerated RIGHT AWAY and
> of course it differs from the one this account already has (in IIS
> metabase, etc)
>
Date:Fri, 10 Aug 2007 21:36:40 -0400
Author:
|
|
|