hi
Can you try this?
abp login mhd_hmz --organization "Projile Corporation"
Can I check it remotely? https://zoom.us/j/95141095759?pwd=T081bUVIUTltTlRLOVdYQmdzMkpjdz09
hi
You are using Tiered (MVC)
so you also need change the BrandingProvider
of Identity Server project.
Thanks uyarbtrlp I will check asap.
Can we have a session ?
ok
liming.ma@volosoft.com
hi hungvt
This seems to be a database problem.
How can I repro this?
hi @Ravisha
I realized that we don't need use IIS URL Rewrite
, also no need to change your web.config
, I just changed my HomeController
.
public class HomeController : AbpController
{
public ActionResult Index()
{
return Redirect("~/index.html" + HttpContext.Request.QueryString);
}
}
Everything is working now.
You can try it, if there is still a problem, I can check it remotely.
hi
I will try to deploy and share the steps to you.
hi