Base solution for your next web application

Activities of "jamsecgmbh"

Thank you for your hints. Using it with the GetUsers method works for me too.

I am using Abp.1.0.0.0. There is much info inlucded in the code that should not get public, so I am not able to share it at the moment.

I am not using [AbpAuthorize] and cannot access the method - is that a hint, that something is generally configured wrong? I am getting "500 Internal Server Error" and not "401 Unauthorized".

Hi, I am trying to allow anoymous access to a Web API method. I have added "[AbpAllowAnonymous]" to the class and the method but the API throws "500 Internal Server Error" until sign in to the application or pass a valid auth token.

I am using the ASP.NET MVC 5.x, ASP.NET Web API and Angularjs 1.x based Single-Page Application (SPA) solution.

May I have to use [AbpAllowAnonymous] for all methods in the Core project that I reference from the app service method too? I also use repositories in the method.

Thank you very much.

Hi,

do you have clue why the LastModificationTime and LastModifierUserId fields are updated for a random set of rows, not only the row that has been edited? If someone edits data in one row an undefined count of rows LastModificationTime and LastModifierUserId fields will be updated to the same time (can be different on millisecond level) and the same user. That does not make any sense.

Thank you very much in advance!

Answer

Great and easy to understand explanation! Thank you very much!

Thank you very much and no problem ;)

I want to make it available in multiple pages and use the SPA - so I put it in Web/App/common/layout/layout.cshtml, right?

Thanks!

Hi,

great - that works! Thank you very much!

Hi,

we have the problem that we cannot assign Roles to Users with umlauts (ä, ü, ö, ß) or "-"-signs (Peter Meier-Schmitz) in their usernames. Username xxx is not valid - the line UserManager.UpdateAsync throws the error "only letters and numbers are allowed".

I know that it is stupid that the admin has assigned usernames with umlauts and minus to users, but know we can see how to handle this. Could you please tell me if there is a possible workaround for this problem?

Thanks!

Hi,

what's best practise to include external javascript (e.g. <script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?libraries=places"></script>) - in which file should I include them?

Thanks!

Question

Hi,

is it possible to define user accounts with all kind of info (Full name, E-Mailaddress, Group-Assignments ...) before the users log in for the first time using LDAP Authentication with their AD usernamen and password? Is the only important thing to create the account with the exact Windows AD username? If so do I need to include the domainname (e.g. domain\username)?

Can I mix these LDAP accounts with accounts only existing in the ASP.NET Zero application database?

Is it possible to create the users in batch by inserting them directly into the ASP.NET Zero database and then assign the groups in the backend application?

Thank you very much in advance! Great product, great support!

Fixing the problem of the missing dropzone files did result in fixing the problem with LazyLoad. Everything works fine now. Thank you!

Showing 11 to 20 of 37 entries