Hi gterdem,
As mentioned, Web Server are not allow to access DB Tier, So non-tiered template cannot apply in this environment. For .IdentityServer are not allow to host in Web Server due to .IdenityServer can direct access to database.
anyway to configure .IdentityServer to consume api from .HttpsApi.Host rather than direct access to database? If yes, then the ,IdentityServer should able to host in Web Server.
Thanks .
Hi,
We going to deploy production on prem in 3 tier architecture, we have Web Server, App Server and DB Server.
Web Server (IIS) -- .Web App Server (IIS) -- .HttpsApi.Host & .IdentityServer DB Server (MSSQL)
Due to Identity Server will direct connect to database, so we have to host identity server in App Server.
In 3 tier architecture, user are not allow redirect to indentity server login page. In this case, anyway to configure only allow user login via .web instead of redirect to identity server login page ?
Thank you.
Happened same error in 4.3.2
Check the docs before asking a question: https://docs.abp.io/en/commercial/latest/ Check the samples, to see the basic tasks: https://docs.abp.io/en/commercial/latest/samples/index The exact solution to your question may have been answered before, please use the search on the homepage.
Hi,
How to make the Blazor page filtering functions like MVC advance filtering function. How to set the row count in blazor page ?
Check the docs before asking a question: https://docs.abp.io/en/commercial/latest/ Check the samples, to see the basic tasks: https://docs.abp.io/en/commercial/latest/samples/index The exact solution to your question may have been answered before, please use the search on the homepage.
Hi,
When Click on the side menu, is look like keep refresh whole page.
Check the docs before asking a question: https://docs.abp.io/en/commercial/latest/ Check the samples, to see the basic tasks: https://docs.abp.io/en/commercial/latest/samples/index The exact solution to your question may have been answered before, please use the search on the homepage.
I have replace the bg-transparent.png in under Themes\Lepton\Global\assets\backgrounds, while debuging the background image is shown what we update but when publish to Azure APp Service and Server IIS, the background image auto turn back to the ABP original background.
Hi,
I can see the AppUser.cs if in Application Template.
But I can't find the AppUser.cs in Module Template for Navigation binding.
Regard, Yap
Check the docs before asking a question: https://docs.abp.io/en/commercial/latest/ Check the samples, to see the basic tasks: https://docs.abp.io/en/commercial/latest/samples/index The exact solution to your question may have been answered before, please use the search on the homepage.
Hi,
I want to bind the AppUser.cs into combo box under Application Module. But in the ABP Suite Define a navigation property not able to do so.
In basic mode cannot search for AppUser.cs and in the advance mode are not allowed to point the folder mentioned in documentation.
Regards, Yap