Hi there,
Sometimes I've received this error below when connecting to the server.
It's showing one error message at my screen: "IIS Worker Process encountered a problem and needed to close"
Firstly I'm getting the Error ID:
Event ID: 100
Faulting application w3wp.exe, version 6.0.3790.3959, faulting module librfc32.dll, version 7100.3.141.6078, fault address 0x00001c01.
For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
Afterwards, It's shown as Information ID:
Event ID: 1004
Reporting queued error: faulting application w3wp.exe, version 6.0.3790.3959, faulting module librfc32.dll, version 7100.3.141.6078, fault address 0x00001c01.
For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
I could read some threads in this site and follow some steps like:
- Use the regmon to find out the errors concerning ACCESS DENIED
- Set up these keys to Full Control to Network Service
I restarted my IIS using iisreset .
I tried to use the iisstate to simulate a crash on IIS monitoring the w3wp.exe process. But, the IIS was 3 minutes hang out and I given up. The iisstate generated a log but these records wasn't useful.
Does someone have some tip or useful information about my issue?
Thank you in advance.