Hi there
Im using version 4.2
Ive recently move to VPS hosting to speed it up.
My new host tells me that they are trying to get .Net CORE running "in process" to speed it up even more.

but they couldn't get it to run "inprocess" as it requires some configuration change in : "program.cs "
pre-publish.

(You have to comment out the line that says .UseKestrel() )

It is supposedly twice as fast as the current outofprocess model that uses IIS as a proxy rather than running the app directly.

anyone any experience of this?
Is it worth doing?

To complicate it - im not techincal and didnt download the editable version of nopcommerce 4.2.

But if its worth doing maybe i can back track ?

Thanks !