ASP.NET Core 2.0 - HTTP Error 502.5 Process Failure with IIS
Clash Royale CLAN TAG #URR8PPP ASP.NET Core 2.0 - HTTP Error 502.5 Process Failure with IIS I am trying to set up a new version of my application on a server but when I try to access to the web site, I get a HTTP error (502.5 - Process Failure). The service is started and when I check the connection, I don't have any warning. The stdout log : stdout Expression: [Recursive resource lookup bug] Description: Infinite recursion during resource lookup within System.Private.CoreLib. This may be a bug in System.Private.CoreLib, or potentially in certain extensibility points such as assembly resolve events or CultureInfo names. Resource name: ArgumentNull_Generic If I try the dotnet cmd to launch the exe : >dotnet Maquetteur.Web.exe Failed to load the dll from [C:tempMaquetteurWinServer2012_newhostpolicy.dll], HRESULT: 0x7BF030 An error occurred while loading required library hostpolicy.dll from [C:tempMaquetteurWinServer2012_new] In my csproj : csproj <PropertyGroup> <Ta...