Base solution for your next web application

Activities of "pumbinha"

Question

Hi all,

I would like to integrate Google Analytics with my website. I found that a couple of Google settings can be set in the web.config file, but I guess these are for the external authentication.

Is this currently implemented or should I paste the Google script in some specific file? In case I want to do this, which file would be the best to track all the pages? (probable some layout file or something shared across all the pages).

Thank you in advance,

Greetings.

Question

Hi all,

I've tried to get info about this topic in the forum but I found nothing relevant...

I'd like to show in some specific navigation tree items a dynamic text (example: numer of unread messages or something that comes from the database / web service).

Is this with Aspnet Zero possible? I know the NavigationTree Class where all the Rights and Items are build but I don't find an easy way to achieve what I want...

Thank you in advance!

Hi all,

I've been yesterday a couple of hours struggling my mind and I didn't get a solution yet.

First of all, this is an "usecase" that often occurs and maybe it wouldn't be a bad idea, if something like this is included in the base template of Aspnet Zero.

I'm using the SPA Version with Angular 1.x (4.0).

There are many occasions where after searching for an element in a Table, I would like to open it to view the details and the pop-up solution is not enough, I'm already a beginner in Angular, but it's quite simple: after clicking a link/button, I want to route the request to a new view including parameters in the url to load the content properly.

To achieve this I first registered the new view in app.js:

$stateProvider.state('tenant.product', {
                url: "/product",
                templateUrl: '~/App/tenant/views/products/view.cshtml',
        });

First question is: should the parameters somehow be included in this route?

In my index view, where all the products are listed I should have a link to redirect to the new view (view.cshtml) and this view should have a mechanism to read the parameters, and that's the point that I don't find in AspNet zero, because all SPA views open other views through popups.

Could you please give me a couple of clues to go on?

Thanks!

Hi all,

because a lot of traces are being recorded in the audit log I was wondering if it was possible to set some kind of level to save only the traces that generate an exception.

If this is not possible "out of the box", is it possible to extend the audit-log framework to achieve this?

Thank you in advance.

Question

Hi all,

I'm trying to use Hangfire with ASPNET Zero and after activating it I can reach the control panel when I manually write the url: /hangfire.

Is it any way to integrate in the Menu System of the dashboard?

I've changed the AppNavigationProviced class to set the proper values but I suppose that I have to change the App.js file... but it's not rerouted... how should I do it?

Showing 1 to 5 of 5 entries