When I publish both projects to a local Windows IIS, they both run smoothly, but when I publish to Windows Server 2019, I get an error
No connection could be made because the target machine actively refused it.(localhost: 7112)
Please help me - how should I configure my web.config
after publishing to the live server?
I enabled websockets on both apps program.cs
, I even opened the apps ports on the firewall, it's my first time deploying to a real live server, I'm not sure what I left behind