Base solution for your next web application

Activities of "pliaspzero"

I am writing to inquire about the "User Delegation" functionality in ASPZERO. Specifically, I would like to understand how this feature operates and how actions taken under this mechanism are logged.

Could you please provide clarity on the following points:

Functionality:
    When a representative acts on behalf of the original user, how are actions or decisions recorded?
    Does the system provide an audit trail indicating both the delegate and the original user?

Thank you for your assistance!

Best regards,

Hi, I want to integrate fontawesome pro in my project, downloaded all files - but how to integrate it in my project (Angular + ASPNET Core V13.4)?

thanks

Hi,

we use V13.4

In production on windows based systems - language chnage by clicking on flag is working.

I've now installation on linux based container image - whenever I click on flag to change language - it jumps back to american english. Any idea how to fix?

Second - we use an SSO login logic - where we can get from database the language setting of the user - can we chnage it from API on the fly when usr logs in?

Angualr & ASPNET Core - V13.4

Hi,

how to configure health check - is URL of API?

I currently get GetHealthReport threw an exception when trying to get report from https://localhost:44301/health as error - https://localhost:44301 should be replaced with API URL in productiom env?

 Zwischenspeicher
Logs der Webseite

Alle Logs anschauen oder als ZIP Datei herunterladen. at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(QueueItem queueItem) at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken) at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at Microsoft.Extensions.Http.Logging.LoggingHttpMessageHandler.<SendCoreAsync>g__Core|5_0(HttpRequestMessage request, Boolean useAsync, CancellationToken cancellationToken) at Microsoft.Extensions.Http.Logging.LoggingScopeHttpMessageHandler.<SendCoreAsync>g__Core|5_0(HttpRequestMessage request, Boolean useAsync, CancellationToken cancellationToken) at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken) at HealthChecks.UI.Core.HostedService.HealthCheckReportCollector.GetHealthReportAsync(HealthCheckConfiguration configuration) in /home/runner/work/AspNetCore.Diagnostics.HealthChecks/AspNetCore.Diagnostics.HealthChecks/src/HealthChecks.UI/Core/HostedService/HealthCheckReportCollector.cs:line 142 ERROR 2024-11-22 15:07:14,597 [134 ] HostedService.HealthCheckReportCollector - GetHealthReport threw an exception when trying to get report from https://localhost:44301/health configured with name XXX.Host.

Hi,

we use ASPNET Core - API - Backend CSS V13.4 without any changes - when abp-href is used - CSS is not working - when we just use href - CSS style is used and working.

See also image below. What is the abp-href for / what could be reason for that / how to solve.

Hello Team,

We have downloaded a fresh, empty version of ASP.NET Zero Version 13.4, and we are currently attempting to assign roles with permissions. However, clicking on individual items within the permissions list does not seem to work in this newly downloaded version.

Could you please advise what might be causing this issue?

Thank you in advance for your assistance.

Best regards,

Hi,

V13.4 - Angular & ASPNET CORE - we want to scale up - we host in Azure and have Abp.RedisCache setup - like *redis.cache.windows.net:6380

could we use this also for scalling SignalR ? How could that be done?

Thanks Oliver

Dok Ref: https://docs.aspnetzero.com/aspnet-core-angular/latest/Deployment-Angular

I’m seeking clarification on the exact steps and order for deploying an ASPZERO V13.4 application that uses Angular and ASP.NET Core. Based on the documentation, here’s my current understanding of the deployment steps and their respective directories:

Run yarn in the Angular project root directory to install dependencies.
Run npm run create-bundles in the Web.Host project directory to bundle and minify JS and CSS files using gulp.
Run npm run publish in the Angular project root directory to build the Angular application.

Could you confirm if the above steps are correct and if they represent the intended flow for creating a production-ready deployment? Specifically, I’d like to ensure that:

The create-bundles command should indeed be run in the Web.Host project directory, and
The publish command should be run after create-bundles.

Any additional insights on this would be appreciated to confirm this setup is correct.

Thank you for your help!

Hi,

how is it possible to Deployment of Angular app and ASPNET Core V13.4 in one website - we want to create release which contains angualr app and ASPNET Core and deploy it to LINUX based container image.

Thanks

Hello ASPZERO Team,

We are implementing your solution with Angular as the frontend and ASP.NET Core as the backend, running within a Red Hat OpenShift (RHOS) cluster. We aim to simplify our setup by using HTTP (ASPNETCORE_URLS=http://+:8080) only for internal communications within the RHOS namespace, while retaining HTTPS for external access. Questions:

HTTP-Only Configuration for Internal Traffic:
Is it possible to configure the ASP.NET Core backend to use HTTP only for internal (namespace-level) traffic in the RHOS cluster? If so, could you provide guidance or recommendations on setting this up without affecting the security of external HTTPS access?

CORS Configuration with Internal HTTP:
Given that HTTP will be used internally, do you have recommended settings for Cross-Origin Resource Sharing (CORS) to allow secure communication between the Angular frontend and the ASP.NET Core backend? We want to ensure CORS is correctly configured to support internal HTTP requests while keeping external traffic secure via HTTPS.

Any example configurations or best practices would be highly appreciated to help us configure internal HTTP communication effectively.

Showing 1 to 10 of 63 entries