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
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
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