Activities of "liangshiwei"

Hi

I try used the app-pro template, but can't reproduce your problem.

My steps:

  1. Download app-pro template and run DbMigrator application
  2. Changed the appsetting.jsonurl to http
  3. Publish the Identity application to IIS. PS: port 80

Did you make any changes to the template?

I will try reproduce your problem.

Hi,

Most of the solutions are in the documentation and microservice examples.

In addition, the open source microservice example is no different from the pro microservice example. if you provide steps to reproduce, I will try help you reslove these problems.

Hi,

What version of chrome are you using?

Hi ,

Try add AbpAccountPublicWebIdentityServerModule module to your .Web project module dependencies.

Hi,

  1. You can use the CLI to create a module project and you will see the console application in the aspnet-core/test folder. It just a simple application.
  2. Abp used oauth2.0 protocol for authorization, see https://github.com/abpframework/abp/blob/d4551c83b7379b8a47e82bbe3adfbcf02273e54a/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.HttpApi.Host/MyProjectNameHttpApiHostModule.cs#L96

There are some document:

Authorization OAuth2.0 IdentityServer4 abp commercial IdentityServer4

Hi,

You can use setting system to store the cards layout settings and change cards layout in js function.

Hi,

  • Console application You can check the console application : https://github.com/abpframework/abp/blob/dev/templates/module/aspnet-core/test/MyCompanyName.MyProjectName.HttpApi.Client.ConsoleTestApp/ClientDemoService.cs.
  • Postman You can call token endpoint to get access token, See : https://identityserver4.readthedocs.io/en/latest/endpoints/token.html
Answer

Hi,

There is no such example, but abp does not restrict you from using multiple solutions. You can change the solution architecture according to your needs.

I think you can simply delete the other solution files(.sln) in the microservice example.

Hi,

You need to override UI interface. See https://docs.abp.io/en/abp/latest/Customizing-Application-Modules-Overriding-User-Interface

Showing 6441 to 6450 of 6692 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 08, 2025, 09:55