Activities of "maliming"

Answer

hi

Can you share the full error info?

Thanks

hi

https://support.abp.io/QA/Questions?Filter=MultiTenantConnectionStringResolver

hi

Thanks, I will handle this.

hi

https://learn.microsoft.com/en-us/aspnet/core/fundamentals/configuration/?view=aspnetcore-7.0#appsettingsjson

You can create the appsettings.json by the environment.

: )

hi

These are the changes: https://support.abp.io/QA/Questions/5740#answer-3a0da383-face-7d11-aa37-6152b014966e

You should use the production URL in appsettings.json and then migrate the URL to the production database.

appsettings.json appsettings.Development.json appsettings.Production.json

hi

context.Services.ConfigureApplicationCookie(options =>
{
    options.ExpireTimeSpan = TimeSpan.FromSeconds(10);
    options.SlidingExpiration = true;
    options.Events.OnSigningIn = cookie =>
    {
        cookie.Properties.IsPersistent = true;
        return Task.CompletedTask;
    };
});

Configure<AbpEndpointRouterOptions>(options =>
{
    options.EndpointConfigureActions.RemoveAll(x => x.Target.GetType().FullName.Contains("AbpAspNetCoreComponentsServerModule"));
    options.EndpointConfigureActions.Add(endpointContext =>
    {
        endpointContext.Endpoints.MapBlazorHub(httpConnectionDispatcherOptions => httpConnectionDispatcherOptions.CloseOnAuthenticationExpiration = true);
        endpointContext.Endpoints.MapFallbackToPage("/_Host");
    });
});

Just a moment, I'll confirm it again.

hi

Please explain your requirements in detail.

Showing 6371 to 6380 of 11531 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.