Activities of "alper"

Answer

To host your ABP web project on IIS server you need to add configure your web module class as below. In this solution I added these flags: X509KeyStorageFlags.MachineKeySet | X509KeyStorageFlags.EphemeralKeySet); .

 PreConfigure<OpenIddictServerBuilder>(serverBuilder =>
 {
     serverBuilder.AddProductionEncryptionAndSigningCertificate(
         "openiddict.pfx",
         configuration["AuthServer:CertificatePassPhrase"],
         X509KeyStorageFlags.MachineKeySet | X509KeyStorageFlags.EphemeralKeySet);
 });

I reopened the question

I wrote an article about Background Jobs and Background Workers https://abp.io/community/articles/abp-framework-background-jobs-vs-background-workers-when-to-use-which-t98pzjv6

The ticket is reopened. You can write again @Safwan...

I reopened the question

which UI?

Hi again, İ've checked milestones yet we don't have any milestone for 8.3-patch. It seems like the nearest milestone 9.0-patch I'll discuss with team. Yes I'll fixed separately

Hi Masum,

Although the Localization Problem is not resolved, the ticket seems to be closed. Due to company policy, we cannot upgrade to Abp 9. How can we solve these problems in 8.3.4? Can you share the workarounds?

ABP supports both .NET 9 and .NET 8 with the latest ABP version. You don't need to specifically upgrade to .NET9.

https://abp.io/community/articles/abp-now-supports-.net-9-zpkznc4f

this issue has been resolved.

Are you still facing this issue? It's now working here.

Answer

fixed

Showing 61 to 70 of 2060 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 November 04, 2025, 06:41