I have website created under IIS 10 named MyWeb that runs under port 5000. I need to create an application under it, to host a .NET 6 and I need this app to listen to port 6000, can this be done?
My goal is to host a NextJS app and a .NET 6 app under the same site, so the NextJS will run at 5000 and .NET at 6000.