Crash issue on windows server 2016 DataCenter

0

I have web site in ASP.NET which host in Windows server 2016 Datacenter server. From few days I am getting below issue.

In w3wp__mysite.com__PID__9688__Date__08_31_2017__Time_07_50_43PM__684__First chance exception 0XE0434352.dmp the assembly instruction at KERNELBASE!RaiseException in C:\Windows\System32\KERNELBASE.dll from Microsoft Corporation has caused a CLR Exception on thread 58 with the following error information:

Type:   System.Web.HttpUnhandledException 

This exception originated from System.Web.UI.Page.HandleError(System.Exception). 

My website going to crash and after very long time it is started. What is the issue with in it?

Getting many errors like above and website going to crash.

Also getting Message from DebugDiag Dump : "Multiple requests in the process state with the same ASP.NET Session ID were detected in the dump file. At any point of time, ASP.NET executes only one request with the same session id and the remaining requests are queued behind the request which is getting executed"

asp.net
iis
windows-server
windows-server-2016
iis-10
asked on Stack Overflow Sep 1, 2017 by Himanshu N Tatariya • edited Sep 2, 2017 by Himanshu N Tatariya

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0