0
I have an app ASP.NET MVC
that is rotating on top of the IIS
in version 10.0. When there are multiple simultaneous connections (3~5 connections) it simply to the application pool presenting the following message in the log:
The application pool 'Applicationthis' is being automatically disabled due to a series of failures in one or more processes that cater to this application pool.
Nome do aplicativo com falha: w3wp.exe, versão: 10.0.16299.15, carimbo de data/hora: 0xa832291b
Nome do módulo com falha: unknown, versão: 0.0.0.0, carimbo de data/hora: 0x00000000
Código de exceção: 0xc00000fd
Deslocamento da falha: 0x33dcd158
ID do processo com falha: 0x23f0
Hora de início do aplicativo com falha: 0x01d4a100c748cab6
Caminho do aplicativo com falha: C:\Windows\SysWOW64\inetsrv\w3wp.exe
Caminho do módulo com falha: unknown
ID do Relatório: 09509345-5f13-472a-ae7f-5c4f7dd384d0
Nome completo do pacote com falha:
ID do aplicativo relativo ao pacote com falha:
The message presented above is very generic and does not pass any tangible information.
Doubt: Where can I get more information about what really happened or is causing it? Someone’s been through it and knows what might be going on?
Check the server log, there should be the reason.
– novic
This message has already been removed from the friend server log. I will put an addendum to the error message but it will not add much information.
– Victor Laio
Isn’t the log complete to know when running your site some process involved is costly? What process does your site perform for? much remains to be said
– novic
See the added full log
– Victor Laio
What process do you run? is a costly process, what takes to run? Ta with bad server face configured.
– novic
All the processes contained in the application are simple, nothing too costly to process simultaneously
– Victor Laio
I think it’s server failure by the message. Maybe reinstalling works properly these are local issues hard to play.
– novic