• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Question .NetCore 3.1.5 on Plesk obsidian 18.0.27 - HTTP Error 500.0 - ANCM In-Process Handler Load Failure

Delari

New Pleskian
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 ?
 

Attachments

  • 1.png
    1.png
    53.5 KB · Views: 17
  • 2.png
    2.png
    46.5 KB · Views: 15
  • 3.png
    3.png
    64.4 KB · Views: 13
Back
Top