Activities of "maliming"

hi

Where is the ConfigureApplicationCookie code?

Can you share a template project with ConfigureApplicationCookie code?

hi

I sent all the layout code to you email.

There are few things I wanted to add:

  1. Footer at the bottom
  2. After it got rendered, it is wrapped with div with class “m-5 card mb-3” and I want to remove that.

You can use pure html code instead of abp's taghelper in the page

hi

Is there a way to add a custom page content layout hook for a specific page?

This feature works on layout pages, for specific pages you should replace it with a custom page.

hi

Please try to refresh the page to get new cookies after logging in to swagger.

hi

what about HealthChecks in swagger project??

It seems that there is something wrong with your configuration. Have you changed the relevant code or the configuration in appsettings.json?

Does the new template project also have the same error after publishing to IIS?

Can you share your project?

or you can test the code in a new project and share it.

liming.ma@volosoft.com

hi

Can you share a simple project? this project reproduces your problem, Then I will download and check. Thanks

liming.ma@volosoft.com

Can you share a simple project?

liming.ma@volosoft.com

hi

Can you share the logs when you click on another menu after 3 minutes?

Set the log level to Debug.

public class Program
{
    public async static Task<int> Main(string[] args)
    {
        Log.Logger = new LoggerConfiguration()
            .MinimumLevel.Debug()
            .MinimumLevel.Override("Microsoft.EntityFrameworkCore", LogEventLevel.Warning)
            .Enrich.FromLogContext()
            .WriteTo.Async(c => c.File("Logs/logs.txt"))
            .WriteTo.Async(c => c.Console())
            .CreateLogger();
Showing 6381 to 6390 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.