Overview

Plesk provides a basic toolkit to help manage your .NET Core (know simply known as .NET for versions 6 and above) application. This toolkit allows for basic .NET changes to be easily made, rather than hand editing the XML in the web.config file.

.NET Support
Conetix only supports .NET Core on Windows based shared hosting. If you have a specific need for .NET Core for Linux, we can install and configure this on a Virtual Private Server for you.

Accessing the .NET Toolkit

  1. Login into Plesk via the Conetix Control Panel.
  2. If you’ve already uploaded your .NET application, you should see the .NET Core button within the Dev Tools area:
    plesk .net toolkit
  3. From within the Toolkit, you can edit common details for your app, such as:

These changes will automatically update your web.config file directly.

More features may be added over time, you can request features to be added within the Plesk UserVoice area.

.NET discovery
The .NET Toolkit relies on detecting your appsettings.json configuration file within the httpdocs folder of your website. If you don’t see the icon in step 2 above, it may be that you’re missing some of the required files to run a .NET Core / .NET 6 and above application.

Was this article helpful?

Related Articles