question

DavidDellacenta-8591 avatar image
0 Votes"
DavidDellacenta-8591 asked SamWu-MSFT commented

iis crashing or application is crashing the iis (i dont know)

Hi all,

I have a big problem.

there is an application that is given a problem in a srver 2012 server with iis. The company that takes care of the application says that the problem is in the server (iis) but I can't identify anything. does anyone knows what can cause this error?
Thanks.
100671-img-20210528-wa0014.jpg





The iis service keeping running but I need to restart the server for the application come back.

windows-server-iis
· 5
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.

Hi @DavidDellacenta-8591

It seems that the application is causing the IIS worker process to crash. In order to get to the bottom of this you can do one or more of the following:

  1. Check the Event Viewer to see why the application is crashing. If you filter the Application log by the ASP.NET 2.0 and 4.0 sources you should see a bunch of warnings indicating what exception caused the crash.

  2. Attach to the process using Visual Studio and determine what exception is being thrown. This will give you the most detailed information.

Here is same question can be used as a reference: https://stackoverflow.com/a/12427014/13336642


0 Votes 0 ·


 Hi @SamWu-MSFT,

I also suspect that the error occurs because of the application. The company is managed by a third party company and they do not want to accept that the problem is in the application of IIS that crashes their application.

I will try to see with the area that develops from the application and I will give a return.

Thansk for your Help.

Thanks.

0 Votes 0 ·
SamWu-MSFT avatar image SamWu-MSFT DavidDellacenta-6472 ·

@DavidDellacenta-6472 please let me know if you have any questions.

0 Votes 0 ·
Show more comments

0 Answers