I have an .net core application that uses certain .net framework dlls.For this reason, I had to run .net core on .net framework 4.6.2. It works fine of visual studio 17 but cannot host on IIS server. I am receiving
An error occurred while starting the application.
.NET Framework X86 v4.0.30319.42000
| Microsoft.AspNetCore.Hosting version 1.1.2
| Microsoft Windows 6.1.7601 S
Any suggestion is highly appreciated. Thanks