Activities of "maliming"

Answer

builder.WebHost.ConfigureKestrel(x => x.Limits.KeepAliveTimeout = xx); is the right way to change Kestrel serttings.

Abp framework will not change anything about Kestrel.

how i configure my app to take it automatically instead of modifying the code for each page? and I want to make the digits count after the decimal point in a specific format for all language

You can add a custom middleware after UseAbpRequestLocalization and set System.Threading.Thread.CurrentThread.CurrentCulture = System.Globalization.CultureInfo.InvariantCulture;

or add a Razor Page filters

https://learn.microsoft.com/en-us/aspnet/core/razor-pages/filter?view=aspnetcore-7.0#implement-razor-page-filters-globally

Answer

ok, You can run your app via dotnet run and IIS.

then make a timeout test request to test.

Answer

You can try to set the timeout in web.config.

https://dotnetblog.asphostportal.com/how-to-increase-timeout-asp-net-core/

Answer

Timeout error (after deploying the application),

What web server are you using? IIS? NGINX?

https://dotnetblog.asphostportal.com/how-to-increase-timeout-asp-net-core/

hi

  • Steps to reproduce the issue:"

hi

https://github.com/maliming

hi

Try to create a new app-pro project and copy the Layouts files.

abp new Akadimi-v 6.0.1 -t app-pro

hi

Can you share the project to liming.ma@volosoft.com

hi

liming.ma@volosoft.com

Showing 7281 to 7290 of 10592 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.0.0-preview. Updated on September 05, 2025, 09:28