aspnet_wp.exe (PID: 300) failed to startup because the synchronization event could not be initializ

  • Thread starter Thread starter alexandis
  • Start date Start date
A

alexandis

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)
 
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)
 
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.
 
Back
Top