This is not a DotNetCore project (it\'s an MVC 4 project) and the app pool is properly configured to use dotnet CLR v4, yet after updating to a new version of Windows 10 (be it
Here's the easiest solution:
Programs and Features
to open the legacy Control Panel's installed applications list.Microsfot .NET Core 1.0.0 - VS 2015 Tooling ...
The source of this problem seems to be the build upgrade process for Windows 10, where it re-installs IIS... while it copies over all the site settings to the new applicationHost.config, it seems to break any non-standard modules you previously had installed. For example, this same problem also affects the URL Rewrite 2 module (which is also fixed by running a repair).
Hopefully the team at Microsoft who works on maintaining the IIS config between build updates will get a chance to fix this (they're tracking this bug on github here). Until then, you have to do this repair after installing any new Windows builds.
UPDATE: This bug has been fixed in Windows 10 Insider Build 15002, and will be released as part of the Windows 10 Creators Update on April 11, 2017. So, once you've solved this by following the steps above, you shouldn't run into it again with the next major Windows 10 update.
Download the DotNetCore.1.0.0.RC2-SDK.Preview1-x64.exe, execute and uninstall. After, go to Programs and Features e Repair the Microsoft.NET Core 1.0.0 RC2 - VS 2015 Tooling Preview 1. Work for me.
I too faced the same issue. As a workaround, I marked Enable 32-Bit Application as false in application pool.
For more details, please check at below link https://github.com/aspnet/Home/issues/1583
Issue has been solved after copy aspnetcore.dll
From:
C:\Windows.old\Windows\SysWOW64\inetsrv
Into:
C:\Windows\SysWOW64\inetsrv