Inhalte aufrufen

Profilbild

Apply modifications from source code to live store


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

#1 HatemHusam

HatemHusam

    Advanced Member

  • Members
  • PunktPunktPunkt
  • 30 Beiträge

Geschrieben: 04 August 2019 - 13:33

I wonder if I've applied some modification to the source code of smartstore, how can I apply those modifications to a live version that is already online in production environment?



#2 altmoola

altmoola

    Advanced Member

  • Members
  • PunktPunktPunkt
  • 66 Beiträge

Geschrieben: 25 September 2019 - 15:40

Depends what the changes are. If you modified things such as the Controllers (*.cs), then you will need to recompile the .DLL and overwrite the one in the bin folder wherever your site files are located. I think it's usually \build\Web\bin

 

If you changed only the .cshtml files, you can just overwrite the production ones with the ones you've made. \build\Web\Views