Hi We are trying to implement OData in ASP.Net Zero but can not find any examples for the following version:
ASP.NET CORE MVC & jQuery .NET 6.0 v11.1.0
All the examples that we could find are for ASP.Net Core 3.x, 5x., and we can't get those to work on .Net 6.
Could you point us in the right direction on where to look, or provide us with example code?
Thanks in advance.
I want to use logger in regular class to post messages to Auditlog. I followed this procedure: https://aspnetboilerplate.com/Pages/Documents/Logging But I did not get a Logger injected. Then I tried to add the ILogger to constructor and I got a logger : "{log4net.Repository.Hierarchy.DefaultLoggerFactory+LoggerImpl}" But when I use the logger to add a Error - nothing comes to the Audit log.
Could you explain how to use Logger to add a message to Auditlog?
Thank you, Thøger
Please answer the following questions before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.
After I added a widget to main dashboard page it does not render. How do I "clear" the problem for now - I cant find where the settings are stored? Thank you, Thøger
Please answer the following questions before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.
Is there a user persmission that prevent a user from editing the dashboard? Thanks, Thøger
Do you expect to update Xamarin to MAUI? Thanks, Thøger
Hello Aspnetzero.
We use version: v8.9.1.0
We have resently deployd our production version hosted on Azure. There is not any external activity yet. The problem is that it seems like the app is unloading - so that after some time it takes about 8-10 seconds to load, and after longer inactivity, it takes 30 seconds to get the login screen.
In Azure the "Always On" is enabled.
We use this plan: 100 total ACU 1.75 GB memory A-Series compute equivalent
Is this to small for the framework to operate or what could be the reason?
Thank you, Thøger
Hi
We are looking into the widget system, and find that it is only possible to add a widget one time to a page.
We would like to allow the same widget to be added multiple times to the same page, with an option to configure the widget with different parameters.
For example a chart widget, with the option to configure the chart widget from inside the widget itself with for example a drop down with different settings on how the chart should be displayed, which dataset should be used. This way widgets could easily be reused to display different datasets on the same page - a dashboard of the same widget with different datasets.
Is this something you have considered implementing in future releases of Asp.Net Zero?