I migrated my IIS server from 2012 to 2016 a few days ago. Now I am having a lot of problems with my asp websites. These websites access data from an access database. When I installed the Microsoft Access Database Engine 2016 Redistributable x64 it said vcruntime140.dll is missing so I installed Visual C++ Redistributable for Visual Studio 2015 x64 and the missing vcruntime140.dll warning went away. The websites worked for a few minutes then the Application Pool for the website stopped I started the application pool and the site started up again but stopped soon after. If I install the Microsoft Access Database Engine 2010 Redistributable x64 things work great. How can I get this fixed? I have Office 2016 installed in the company and want to get rid off office 2010 in my WSUS configuration.
Here is one of the events from the eventvwr log.
Log Name: Application Source: Application Error Date: 5/10/2017 3:09:29 PM Event ID: 1000 Task Category: (100) Level: Error Keywords: Classic User: N/A Computer: Prod3.company.local Description: Faulting application name: w3wp.exe, version: 10.0.14393.0, time stamp: 0x57899b8a Faulting module name: KERNELBASE.dll, version: 10.0.14393.1066, time stamp: 0x58d9ef32 Exception code: 0xe06d7363 Fault offset: 0x0000000000033c58 Faulting process id: 0x11f8 Faulting application start time: 0x01d2c9c953a3c69a Faulting application path: c:\windows\system32\inetsrv\w3wp.exe Faulting module path: C:\Windows\System32\KERNELBASE.dll Report Id: ef3e2cf3-08f2-47e2-8f57-0b79ae787830 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="2017-05-10T20:09:29.212228800Z" /><EventRecordID>4783</EventRecordID><Channel>Application</Channel><Computer>Prod3.company.local</Computer><Security /></System><EventData><Data>w3wp.exe</Data><Data>10.0.14393.0</Data><Data>57899b8a</Data><Data>KERNELBASE.dll</Data><Data>10.0.14393.1066</Data><Data>58d9ef32</Data><Data>e06d7363</Data><Data>0000000000033c58</Data><Data>11f8</Data><Data>01d2c9c953a3c69a</Data><Data>c:\windows\system32\inetsrv\w3wp.exe</Data><Data>C:\Windows\System32\KERNELBASE.dll</Data><Data>ef3e2cf3-08f2-47e2-8f57-0b79ae787830</Data><Data></Data><Data></Data></EventData></Event>