question

DhimanBhattacharya-1586 avatar image
0 Votes"
DhimanBhattacharya-1586 asked XingyuZhao-MSFT commented

Details of a .NET core 3.1 application crash

My .net core 3.1 application is running in development environment. Even when I publish in my local IIS instance it works fine.
But it is crashing in production environment. The event viewer gives the following:

Faulting application name: w3wp.exe, version: 10.0.14393.0, time stamp: 0x57899135
Faulting module name: coreclr.dll, version: 4.700.20.51601, time stamp: 0x5f89f166
Exception code: 0xc0000005
Fault offset: 0x00061471
Faulting process id: 0x2f008
Faulting application start time: 0x01d73e02dc5d058e
Faulting application path: C:\Windows\SysWOW64\inetsrv\w3wp.exe
Faulting module path: C:\Program Files (x86)\dotnet\shared\Microsoft.NETCore.App\3.1.10\coreclr.dll
Report Id: 1104748b-7a7e-4e07-9302-a34883fada38
Faulting package full name:
Faulting package-relative application ID:

How do I get more details of the problem?

Thanks,
Dhiman

dotnet-runtime
· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

0 Answers