Base solution for your next web application

Activities of "dominici"

Dear support, I'm migrating an old AspNetZero Net Framework + AngularJs app to version 13.2 (Net Core 8 + Angular v 17 )

At the time the useConventionalHttpVerbs were false by default, now the default it's true

To maintain the most compatibility as possible, I would change this parameter also on the new version but I have some questions: 1 - If I change the parameter to false, the Angular v 17 project will continue to work? 2 - Is it possible to use the useConventionalHttpVerbs = false only for my application services without changing method names or adding httpattributes to every single mathod?

Thanks in advance

Br, Fabrizio

Dear support, I've downloaded a new template for my project using the version 13.2.0 of Asp Net Zero - Asp Net Core + Angular The Angulart part is separeted from the Net one

I've successufully tested the backend, swagger and graphql works, etc...

Trying the frontend using VS Code, I'm not able to set the Tenant through the UI.

I'm using the base configuration for the first run, I've not changed any URL, parameters, etc...

Popup is ok

Api call is ok

But, after the click and the API call, nothing happen. No error on console, no error on backend logs, nothing. The popup remain open and I can't set the tenant

The only error I found on browser console issues is the following:

Do you have any suggestion?

Thanks in advance

Fabrizio

Dear support, I'm migrating an old project made using one of the first version of Abp Zero to the last one.

I'm not able to find in the code how the SecurityStamp is calculated and I need to generate a script in order to bulk update an old Abp database.

By Microsoft documentation it seems that the SecurityStamp is a GUID but, looking some values, I found something like this:

OXIPKPYZNK6A6FFF4WZBZG4FJCAX5ENE ZQEWXERQRJXIQEUIF62LPNCQAWOHNYPT

Could you help me sharing the code or providing me a method to bulk calculate it for the entire AbpUsers table?

Thanks in advance

Br, Fabrizio

Hi all, I'm using ABP Zero Angular 6 + Asp.Net core.

I need to create a page inside the angular part without all the common script/css automatically injected in all page. This page should be very fast starting from the first load (script & css cache are not useful in this case).

Probably, but I can implement a workaround, only the authentication part is needed.

Any suggestions?

Thanks in advance

Showing 1 to 4 of 4 entries