Does AbpZero support Concurrency Check just like Abp.IO does? which is common requirement. https://docs.abp.io/en/abp/latest/Concurrency-Check
you are correct, i deploy it on linux without change any code
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.
@ismcagdas, any suggestion?
Hi ismcagdas
In windows's IIS environment, we can set http port in IIS settings. In Redhat environment, we run command "dotnet Abp.Template.Web.Host.dll", it will use default port 5000. so can you give any guide to change this port to 44301 same as appsettings.json
How to deploy abpzero v12 on redhat 8, is there any tutorial for that? thanks!