I have several Classic ASP websites that were running on a 2008 server without any problems and I moved those to 2019 server using the msdeploy command. Things are up and running but I'm getting random app pool crashes which I see in the Event Viewer. Occasionally an app pool will stop but I can start in IIS and it runs for a few days. The app pool is set the same as the previous server with "no managed code" and the pipeline set to "classic" as I don't use any .NET code. The website code is unchanged. I'm not sure where to look for the issue. sfc /scannow did not find any problems. Below are two listings from the event viewer with the second showing 1 second later. Any suggestions?
Log Name: Application
Source: Application Error
Date: 8/8/2019 2:12:30 PM
Event ID: 1000
Task Category: (100)
Level: Error
Keywords: Classic
User: N/A
Computer: adas-IIS
Description:
Faulting application name: w3wp.exe, version: 10.0.17763.1, time stamp: 0xa7ccada2
Faulting module name: KERNELBASE.dll, version: 10.0.17763.652, time stamp: 0x57e2061a
Exception code: 0xe06d7363
Fault offset: 0x0011fd82
Faulting process id: 0x2978
Faulting application start time: 0x01d54e2df9c67672
Faulting application path: C:\Windows\SysWOW64\inetsrv\w3wp.exe
Faulting module path: C:\Windows\System32\KERNELBASE.dll
Report Id: 68c5d763-ccc4-4554-b3d7-9d9144e3f9c1
Faulting package full name:
Faulting package-relative application ID:
Event Xml:<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event"><System><Provider Name="Application Error" /><EventID Qualifiers="0">1000</EventID><Level>2</Level><Task>100</Task><Keywords>0x80000000000000</Keywords><TimeCreated SystemTime="2019-08-08T21:12:30.361109200Z" /><EventRecordID>4793</EventRecordID><Channel>Application</Channel><Computer>adas-IIS</Computer><Security /></System><EventData><Data>w3wp.exe</Data><Data>10.0.17763.1</Data><Data>a7ccada2</Data><Data>KERNELBASE.dll</Data><Data>10.0.17763.652</Data><Data>57e2061a</Data><Data>e06d7363</Data><Data>0011fd82</Data><Data>2978</Data><Data>01d54e2df9c67672</Data><Data>C:\Windows\SysWOW64\inetsrv\w3wp.exe</Data><Data>C:\Windows\System32\KERNELBASE.dll</Data><Data>68c5d763-ccc4-4554-b3d7-9d9144e3f9c1</Data><Data></Data><Data></Data></EventData></Event>
Log Name: Application
Source: Windows Error Reporting
Date: 8/8/2019 2:12:31 PM
Event ID: 1001
Task Category: None
Level: Information
Keywords: Classic
User: N/A
Computer: adas-IIS
Description:
Fault bucket 1552906582968901321, type 1
Event Name: APPCRASH
Response: Not available
Cab Id: 0
Problem signature:
P1: w3wp.exe
P2: 10.0.17763.1
P3: a7ccada2
P4: KERNELBASE.dll
P5: 10.0.17763.652
P6: 57e2061a
P7: e06d7363
P8: 0011fd82
P9:
P10:
Attached files:
\\?\C:\Windows\TEMP\{B20A180F-668D-4A94-AC75-675333633501} - OProcSessId.dat
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER6CE3.tmp.dmp
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER6E99.tmp.WERInternalMetadata.xml
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER6EAA.tmp.xml
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER6EAC.tmp.csv
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER6ECC.tmp.txt
These files may be available here:
\\?\C:\ProgramData\Microsoft\Windows\WER\ReportArchive\AppCrash_w3wp.exe_538bf3c11312814f3769194791aa523f98bda_3cffe2f7_32f271a5
Analysis symbol:
Rechecking for solution: 0
Report Id: 68c5d763-ccc4-4554-b3d7-9d9144e3f9c1
Report Status: 268435456
Hashed bucket: bcccb490ea2f77c2d58d084f3f3a1ec9
Cab Guid: 0
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event"><System><Provider Name="Windows Error Reporting" /><EventID Qualifiers="0">1001</EventID><Level>4</Level><Task>0</Task><Keywords>0x80000000000000</Keywords><TimeCreated SystemTime="2019-08-08T21:12:31.689234600Z" /><EventRecordID>4794</EventRecordID><Channel>Application</Channel><Computer>adas-IIS</Computer><Security /></System><EventData><Data>1552906582968901321</Data><Data>1</Data><Data>APPCRASH</Data><Data>Not available</Data><Data>0</Data><Data>w3wp.exe</Data><Data>10.0.17763.1</Data><Data>a7ccada2</Data><Data>KERNELBASE.dll</Data><Data>10.0.17763.652</Data><Data>57e2061a</Data><Data>e06d7363</Data><Data>0011fd82</Data><Data></Data><Data></Data><Data>
\\?\C:\Windows\TEMP\{B20A180F-668D-4A94-AC75-675333633501} - OProcSessId.dat
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER6CE3.tmp.dmp
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER6E99.tmp.WERInternalMetadata.xml
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER6EAA.tmp.xml
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER6EAC.tmp.csv
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER6ECC.tmp.txt</Data><Data>\\?\C:\ProgramData\Microsoft\Windows\WER\ReportArchive\AppCrash_w3wp.exe_538bf3c11312814f3769194791aa523f98bda_3cffe2f7_32f271a5</Data><Data></Data><Data>0</Data><Data>68c5d763-ccc4-4554-b3d7-9d9144e3f9c1</Data><Data>268435456</Data><Data>bcccb490ea2f77c2d58d084f3f3a1ec9</Data><Data>0</Data></EventData></Event>