User497432264 posted
Hello good afternoon.
Having an OS: Debian 10, Web Server: Apache, Database: MySql I have managed to run an Asp.Net Core site, configuring the reverse proxy, etc. etc. so far everything ok.
What I would like to make work is the following and I do not know if it can be achieved, or if this is possible.
The idea is that more than one Asp.Net Core website can be run on the same server (Debian-Apache), with their corresponding data access, etc.
for example:
www.someaddress: 81 run the NetCore app1.
www.someaddress: 82 run the NetCore app2.
etc.
I have managed to do this with a W1O Server, IIS Express, but I really want to stop depending on Windows on the one hand, and on the other, the performance looks very deteriorated.
First of all, thank you very much