0
askdong created
if we use dotnet cli to run abpzero, just like "dotnet abp.template.web.host.dll", Kestrel web server will use default port 5000. so how can we change this default port? I try use command line "urls=http://*.44301" or change appsetting json file, it does NOT work.
1 Answer(s)
-
0
Hi @askdong
Could you follow the instructions on https://learn.microsoft.com/en-us/aspnet/core/fundamentals/servers/kestrel?view=aspnetcore-3.1#endpoint-configuration ? If it doesn't work, please share the full command you are running.
Thanks,