Activities of "alper"

  1. you need to seperate the database migrations. you can create a new *.migration project. in the seperate migration project you must call only the ConfigureIdentityServer() method.
  2. You need to write the ConnectionString of the IdentityServer for each project (in appsettings.json)

check out the following document for this scenario: https://docs.abp.io/en/abp/latest/Entity-Framework-Core-Migrations#using-multiple-databases

seems like a problem related to Visual Studio. this package doesn't belong to the ABP Microsoft.VisualStudio.TestPlatform.Fakes try to run tests via command line

this is not possible in ABP!

if you need such a requirement, it means you are on the wrong path. reconsider why you need a user to be logged in tenants. alternatively, you can create the same user with the same credentials in each tenant. but the architectural design doesn't allow sharing data between tenants, because each tenant must be considered as a different instance (setup) of your application.

The following docs will help you

  • https://docs.abp.io/en/abp/latest/Object-Extensions
  • https://docs.abp.io/en/abp/4.4/Module-Entity-Extensions#module-entity-extensions
  • https://community.abp.io/articles/how-to-add-custom-property-to-the-user-entity-6ggxiddr

see https://docs.microsoft.com/en-us/azure/storage/common/storage-auth-aad-app?tabs=dotnet#get-an-access-token-from-azure-ad

Answer

see https://docs.abp.io/en/abp/latest/UI/AspNetCore/Customization-User-Interface , https://community.abp.io/articles/how-to-customize-the-login-page-of-an-abp-blazor-application-by4o9yms

See Easy CRM It's based on the open-source template but you can understand the basics of a realworld app. The latest EasyCRM has an issue which will be fixed in the next release. but you can checkout the code

see this thread https://github.com/abpframework/abp/issues/3194

sorry your problem seems to be different. you cannot set a json like this

"StartupProjectDirectory": "E:\_dev\aaaaa\src\aaaaa.Web",

correct set

"StartupProjectDirectory": "E:\\_dev\\aaaaa\\src\\aaaaa.Web",

I reproduced the issue. I'll notify you with the solution.

Showing 731 to 740 of 1955 entries
Learn More, Pay Less
33% OFF
All Trainings!
Get Your Deal
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 25, 2025, 06:16
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.