Base solution for your next web application

Activities of "logicpulse"

Hi all,

@smry, "Are you able to connect to the remote swagger page from outside of the deployment server?" Yes, I can connect to the remote swagger page.

My version of the application is 8.5.

@ismcagadas, Here it goes, it's the angularwebsite: (I'm sorry because my software IIS is in portuguese. Hope you understand, if there are any doubts please ask me.)

Hi,

I am doing a deployment to IIS and my project is built in ASP.NET Core and Angular. I deployed the ASP.NET Core separately from the Angular project, I mean I created two websites on IIS. The ASP.NET Core website works fine. What's wrong here is that the Angular side is returning me an error HTTP 500.19 - Internal Server Error. I think it's because of the web.config file... but I just copied the one in my angular project... I don't know if that's the right one or not. I really need this project to work.

Any possible solutions? Thanks in advance.

Problem solved. Thank you for all the support.

Hello,

Thanks. Now I have just one more problem. You (maliming) said this "You can read the Users table of another application in the TryAuthenticateAsync method to verify the user password and return true or false." My problem is, how can I read the Users table of another application? I mean, how can I read a table (instead of create it) from another Database? Can you give me some example please?

Hello all,

Thanks for the help. I'm sorry to bother you again... but where do I put that files like DefaultExternalAuthenticationSource and IExternalAuthenticationSource.cs in my application? I mean, in what module (or folder) do I put it?

Here goes a screenshot... of the places that can be put in. In logicpulseDemo.Application or logicpulseDemo.Application.Shared or another one?

Hi,

Sure. I have another application that it's working with a login... and I need that users login match with my current application developed in ASP.NET Core/Angular logins. In other words, I have a table named "Users" with different logins from that old application (and I think I need to create it in my application .NET Core/Angular) and I have the table "AbpUsers" in the application .NET Core/Angular... the logins must match, so that I can login/register users from the old application in the new one.

Please tell me if you understand what I'm trying to say.

Thanks.

Hi,

Can anyone give me some more detailed explanation about this matter: external-authentication In concrete, the example they gave... I dont understand and I dont know where to find it.

I need it to use in my application.

Thanks in advance.

Hi,

I've searched the web and I only find links to image file uploads in Asp.net Core MVC environment. I have a project with angular and .net core.

Can anyone help me? Or give me an example?

Thanks in advance.

I also have a warning saying:

Severity Code Description Project File Line Suppression State Warning CS0114 'trackDbContext.Users' hides inherited member 'AbpZeroCommonDbContext<Role, User, trackDbContext>.Users'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword. access.track.EntityFrameworkCore D:\track\aspnet-core\src\access.track.EntityFrameworkCore\EntityFrameworkCore\trackDbContext.cs 20 Active

It gives me 3 errors:

Severity Code Description Project File Line Suppression State Error CS1061 'Users' does not contain a definition for 'UserName' and no accessible extension method 'UserName' accepting a first argument of type 'Users' could be found (are you missing a using directive or an assembly reference?) access.track.EntityFrameworkCore D:\track\aspnet-core\src\access.track.EntityFrameworkCore\Migrations\Seed\Host\HostRoleAndUserCreator.cs 44 Active

Severity Code Description Project File Line Suppression State Error CS1503 Argument 1: cannot convert from 'access.track.Authorization.Users.User' to 'access.track.Logicpulse.Users' access.track.EntityFrameworkCore D:\track\aspnet-core\src\access.track.EntityFrameworkCore\Migrations\Seed\Host\HostRoleAndUserCreator.cs 62 Active

Severity Code Description Project File Line Suppression State Error CS1061 'Users' does not contain a definition for 'UserName' and no accessible extension method 'UserName' accepting a first argument of type 'Users' could be found (are you missing a using directive or an assembly reference?) access.track.EntityFrameworkCore D:\track\aspnet-core\src\access.track.EntityFrameworkCore\Migrations\Seed\Tenants\TenantRoleAndUserBuilder.cs 57 Active

Showing 1 to 10 of 11 entries