Base solution for your next web application

Activities of "devloo"

ASP.NET ZERO Project ASP.NET CORE MVC & jQuery .NET Core 3.1 v9.3.0

I have upgraded my solution from asp.net zero v9.1 to v9.3 That worked fine, but after a while I noticed that i could not upload a new logo. After some debugging, we found that the object BinaryObjects has an extra column 'Description' Probably a change in v9.3 But if run the firstcode command Add-Migration "v93" , it doesnt add anything to change. What i'm doing wrong ? How can I know what the database changes are between v9.1 and v9.3 ?

Kind regards, Frederick

Thanks @rajalla !! Your solution worked.

ASP.NET ZERO Project ASP.NET CORE MVC & jQuery .NET Core 3.1 v9.1.0

Changes in javascript not working

Hello,

I used the asp.net zero tool for creating controllers/models/views in the MVC project. I want to change the sequence of the columns of the listview. When I change the index.js file , it seems that changes are not used when running the project. \wwwroot\view-resources\Areas\App\Views\Person\Index.js When I open the js file with F12 in the chrome browser. I still see the old javascript file without the changes done in visual studio. What I'm doing wrong ?

Kind regards, Frederick

I'm intrested in this topic, but the link/example is not working. Can somebody help me out ? Thx

I added following claim, but the no extra claims with email info is added { "claim": "email", "key": "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress" }

Why is the openid integration not working out of the box ? That's one of the reasons we bought the asp.net zero licence. Is the setup of our Identity server correctly ?

Some other related questions

  • If we enable the 'identity server' setting in the appsettings (for authentication of dynamic web api controllers), the openid login is not working at all
  • how can we import/activate the existing identity server users in asp.net zero MVC application (without that users need to be activated and fill in the firstname/lastname/email when first time logged in the mvc web application)

Can you give me an example how I should add external claim in appsettings ?

Thx

Activated the openid in appsettings. When you click on openid button, i'm redirected to authority server, i can login and i'm redirected.

The principal has 8 claims, but not the email claim.

No code from the asp.net zero framework has been adjusted

What could be the reason ?

Thx for the advice, Frederick

Showing 1 to 7 of 7 entries