Activities of "maliming"

hi

You can generate a pfx and publish it to auzre. Thats all.

There is not much difference between deploying abp and other asp net core applications.

https://docs.abp.io/en/abp/latest/Deployment/Index

For 3,4,5 please open separate questions. Thanks.

hi

Separate tenant schema is means:

This solution configured so it uses two database schema;

  • Default schema is used to store host & tenant data (when the tenant uses shared database).
  • Tenant schema is used to store only the tenant data (when the tenant uses a dedicated database).

In this way, dedicated tenant databases do not have host-related empty tables.

To make this possible, there are two migrations DbContext in the EntityFrameworkCore project. So, you need to specify the DbContext when you want to add new migration.

When you add/change a multi-tenant entity (that implements IMultiTenant) in your project, you typically need to add two migrations: one for the default DbContext and the other one is for the tenant DbContext. If you are making change for a host-only entity, then you don't need to add-migration for the tenant DbContext (if you add, you will get an empty migration file).

Answer

hi

You can check this document.

https://docs.abp.io/en/abp/latest/Entity-Framework-Core https://docs.abp.io/en/abp/latest/Entity-Framework-Core#replace-other-dbcontextes

hi

Please share the logs of your app.

Maybe it can't handle the cancel event

https://github.com/dotnet/aspnetcore/blob/1b15d0e92f139d853b5a1b740cd571d9d08e672f/src/Security/Authentication/OpenIdConnect/src/OpenIdConnectHandler.cs#L789

hi

What is your Azure AD B2C code?

hi

Please run the abp install-libs command in your project folder.

: )

hi

7.3

hi

liming.ma@volosoft.com

: )

Showing 6951 to 6960 of 11529 entries
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.1.0-preview. Updated on December 17, 2025, 07:08
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.