Hello, I did the installation of Product: Plesk Obsidian 18.0.27 Update #1 for windows to familiarize the panel with NetCore applications. created a test domain, and uploaded there an empty project created on NetCore, but when I open the site I see an error
HTTP Error 500.0 - ANCM In-Process Handler Load Failure
1.png - Displays the version of dotnet installed on the server
If I run the application locally on the server via cmd: dotnet.exe ./
2.png - local application launch
I checked the system requirements starting with Plesk Obsidian 18.0.26 should support .NET Core 3.1.3
It was also noticed if I explicitly state when publishing the application: Deployment mode: Standalone, Target runtime: win-x64 - application is work fine in IIS
But if I specify the deployment mode: Depends on the platform, Target runtime: Portable version - I get this error
3.png - installing components
The question is whether this is due to the fact that the current source version of Net Core 3.1.6, and the server supports, as I understand it 3.1.5 (see 3.png) ?
or somehow you can run a platform-specific portable version ?
HTTP Error 500.0 - ANCM In-Process Handler Load Failure
1.png - Displays the version of dotnet installed on the server
If I run the application locally on the server via cmd: dotnet.exe ./
2.png - local application launch
I checked the system requirements starting with Plesk Obsidian 18.0.26 should support .NET Core 3.1.3
It was also noticed if I explicitly state when publishing the application: Deployment mode: Standalone, Target runtime: win-x64 - application is work fine in IIS
But if I specify the deployment mode: Depends on the platform, Target runtime: Portable version - I get this error
3.png - installing components
The question is whether this is due to the fact that the current source version of Net Core 3.1.6, and the server supports, as I understand it 3.1.5 (see 3.png) ?
or somehow you can run a platform-specific portable version ?