skip to Main Content

I know how to install and setup nopCommerce.

However this is specific to hosting it on Godaddy Windows Plesk account, I have searched, looked and read many threads, documents on nopCommerce 4.0 and hosting it or installing it. However I am unable to successfully install nopCommerce 4.0 on Godaddy Windows Plesk (not VPS) Hosting.

I get 500 internal server error, looks like .NET Core is not supported on Windows Plesk hosting on Godaddy, on VPS hosting it works.

So is any one able to successfully do it on Plesk?

2

Answers


  1. In .net core, iis is not really used as a web service, its just use to point users to application. Application is a exe file so actually windows will run it, so i dont think that its a issue of plex or something like that.
    I hade same error for nop4 on vps, but i cant tell you any advice if you don’t check logs.
    Try see the logs,application set logs automatically as a text file.
    You may solve when check that file or create another question so we can help you and others who had the same error

    Login or Signup to reply.
  2. As mentioned in my comment above:

    You will need .net framework 4.61+ and .net core 2.0+ runtime to successfully run nopCommerce 4.0.

    And as mentioned by you

    GoDaddy with Plesk does not support .NET Core yet.
    See https://in.godaddy.com/help/software-versions-on-hosting-accounts-897

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search