Activities of "maliming"

hi pszatkowski

Can you share a simplest project to reproduce the problem.

https://github.com/abpframework/abp-samples/pull/107

hi

I will create a such example.

Answer

hi MichelZ

I don't recommend you to do this, the disadvantages outweigh the advantages.

hi

You can use byte[] to store the picture

hi

You can see this

https://support.abp.io/QA/Questions/1174/

hi Rajasekhar

These are localized text info, is this sensitive?

hi

Which project has this error?

Steps to reproduce the issue

hi

We do not provide Github for commerical. you can get it source code.

hi

5.0 already supported

Configure<AbpTenantResolveOptions>(options =>
{
    options.AddDomainTenantResolver("{0}.getabp.net");
});

Configure<AbpAccountOptions>(options =>
{
    options.IsTenantMultiDomain = true;
    options.GetTenantDomain = (httpContext, info) => Task.FromResult(string.IsNullOrWhiteSpace(info.Name) ? $"https://getabp.net" : $"https://{info.Name}.getabp.net");
});

Configure<AbpAccountIdentityServerOptions>(options =>
{
    options.IsTenantMultiDomain = true;
    options.GetTenantDomain = (httpContext, extensionGrantValidationContext, info) => Task.FromResult(string.IsNullOrWhiteSpace(info.Name) ? $"https://getabp.net" : $"https://{info.Name}.getabp.net");
});
Showing 9101 to 9110 of 10645 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.0.0-preview. Updated on September 12, 2025, 10:20