Inhalte aufrufen

Profilbild

build SmartStore.NET for IIS


  • Bitte melden Sie sich an, um eine Antwort zu verfassen.
1 Antwort zu diesem Thema

#1 mtugnoli2

mtugnoli2

    Newbie

  • Members
  • Punkt
  • 1 Beiträge

Geschrieben: 27 July 2023 - 10:30

I tried to publish SmartStore on my Hosting provider, but it always gives me HTTP Error 500.30, so I tried on my Windows 10, the error is the same..

I read https://smartstore.a... SmartStore.NET

but in version 5.x seem changed

How can I compile the project correctly for IIS ?

 

Thank You



#2 stefanmueller

stefanmueller

    SmartStore AG

  • Administrators
  • 462 Beiträge

Geschrieben: 18 August 2023 - 10:21

Sorry to hear you're facing issues. The HTTP Error 500.30 usually indicates an ASP.NET Core app failed to start.

https://stackoverflo...failed-to-start

 
Ensure you have the .NET Core Hosting Bundle installed on your server.
Check the web.config file and ensure the correct version of the .NET Core runtime is specified.
In SmartStore 5.x, some configurations might have changed. Refer to the official documentation, you find it on our github.

Greetings, Stefan

Stefan