Forum Discussion

Shahid Roofi Khan's avatar
Shahid Roofi Khan
Copper Contributor
Dec 07, 2020
Solved

.net Core 5 or 3.1 installation on Existing SharePoint 2019 Server

  We want to host custom solutions that run on asp.net core 3.1 / 5.   Is it supported to install .net core 3.1/5 on existing SP 2019 server (where you already have .net FX 4.7.2 running).   Pur...
  • Beau Cameron's avatar
    Beau Cameron
    Dec 08, 2020

    Shahid Roofi Khan Personally, I wouldn't run this Web API on your SharePoint farm servers. I would host the application on another server if possible. You wouldn't want to take away resources that your SharePoint Environment needs.

    Now, I don't have the specific answer to your question, but .NET core and .NET Framework can co-exist and run together on the same server in IIS. I am doing this in non-SharePoint environments, so I don't see a reason why you couldn't.

Resources