when we install abp framework with the command dotnet tool install -g Volo.Abp.Cli
we get error
Tool 'volo.abp.cli' failed to update due to the following: The settings file in the tool's NuGet package is invalid: Settings file 'DotnetToolSettings.xml' was not found in the package. Tool 'volo.abp.cli' failed to install. Contact the tool author for assistance.
To enable file system logging on IIS, you need to grant write permission to the application folder.
Alternatively, you can run the following command:
ICACLS C:\inetpub\wwwroot\mywebapp /grant "IIS AppPool\DefaultAppPool":F
Note: After applying this change, you need to restart the IIS application pool.
My application runs on IIS. How to enable file logging on IIS?
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