Hi all;
Please your help with this situation.
I created an executable for a PowerServer 2021 Web API (using the Publish tool in SnapDevelop). In the project I have indicated that the "Web API URL" uses a port other than 5000; but when running the Web API (since the executable file) it always runs on port 5000 by default.
Do you know what the steps would be to create another profile or force the executable to use another port?
Thanks in advance.
Alex
https://docs.microsoft.com/en-us/aspnet/core/fundamentals/servers/kestrel?view=aspnetcore-3.1#endpoint-configuration
Regards, Logan