Base solution for your next web application

Activities of "ESTeam"

Hi all,

Just downloaded my first ASP.NET Zero project (MVC + jQuery) but can't compile it. (VS2019)

"Unable to find version '4.11.0' of package 'Abp.Web.Api'." => On the Web and WebApi projects.

I've checked Nuget and this package jumps from 4.10.1 to 5.0.0.0.

How can i get my solution running?

Thanks

Question

Hi,

I want to upgrade my account to have 2 projects, I'm in doubt if i must do an extend or Enterprise License? What mean extending?

Waiting news from you,

Thanks, Abel Espirito Santo, Noesis

Question

Hi Support,

What are the best steps to remove an entity?

Best regards, André

Answer

Also, is it not necessary to manually remove Dto's, AppServices, etc.?

Question

Hi,

it's possible having two login pages, one that has the default information (tenant, user, password, etc) and other that has only the user, password and a custom field (a combobox with additional user info)? Ideally, without making major changes to the ASP.NET Zero Framework. The goal is reutilize the same components after the login, but when the user does the logout he must be redirected to the correct login page. Maybe having two different url's for login, i just need some help on how to implement this. I'm using ASP.NET Core 3.1 for the back-end and Angular 8.2 for the front-end.

best regards, Dirceu

Answer

Yes, the application is multi-tenant (in a first phase we are going to use the default tenant). Could you give some pointers on the best way to implement the two login pages? - should i duplicate the entire login folder (src > account > login) so i can have a second login component? The best way to redirect the user to a different login page (after logout) is to change the method logout from the component AppAuthService?

Answer

Thanks.

Hi,

I'm using ASP.NET Zero with ASP.NET Core 3.1 in the Back-end and Angular 8.2 in the Front-end. I've already configured and successfully tested LDAP Authentication using my company domain (the same as my machine) and my user (the one that i use to logon in my company network). It's possible (and how) to connect to a remote Active Directory Server overriding the methods from class LdapAuthenticationSource?

Best regards, Dirceu

I haven't had the opportunity to test it yet with a remote active directory server, I just wanted to anticipate any problems that might occur. I saw some articles saying that we should use the ip/name of the active directory server and the actual domain - something like this: ConnectString = LDAP://RemoteHost/dc=domain,dc=domain2,dc=domain3

Hi,

We still don't have advanced knowledge of angular and we have some doubts on how to incorporate Toggle from the primeng table, which is used by aspnetzero. Can you help?

Showing 1 to 10 of 53 entries