Hi everyone,
We want to run our end application with Indicium running as a service without IIS, it’s default available at port 5000
Is it possible to set it to another port as it may conflict with other services.
Hi everyone,
We want to run our end application with Indicium running as a service without IIS, it’s default available at port 5000
Is it possible to set it to another port as it may conflict with other services.
Best answer by Dick van den Brink
You can change the port to 5002 for example with the following command:
dotnet .\Indicium.dll --urls=http://*:5002
Let me know if it helps!
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.