asp.net core 6 sending data from view to controller
‘Hi
SecurityTokenSignatureKeyNotFoundException: IDX10503: Signature validation failed
I’m referencing the example here, https://github.com/Azure-Samples/ms-identity-ciam-dotnet-tutorial/tree/main/1-Authentication/1-sign-in-aspnet-core-mvc, to create a web app that authenticates against Azure AD.
In ASP.NET Core, how can I redirect a user to a specific page on 401 or 403 errors (using razor pages)?
I’ve got Authorize
attributes on my razor pages:
Purpose of async/await in web servers when stuck with legacy I/O
A couple days ago I asked about the Purpose of async/await in web servers, and got in-depth answers explaining how in fully asynchronous code, it frees up the CPU completely while also releasing the calling thread to the thread pool.
Unable to implement Google Authentication with .Net 8 MVC
I am learning google login feature in .net and implemented it in my sample test application which uses .Net 8 MVC and SQLite DB.
IConfiguration showing duplicate entries .NET Core 6
I have .NET 6 application and environment based appsetting ie. appsettings.json and appsettings.staging.json
Impossible Error with “Object reference not set to an instance of an object”
Simply put, I am attempting to update (PUT) my entity. However, unlike the usual process, the Request DTO (RequestUpdateMissionTechniquesServiceDto) is not being properly populated. This has resulted in an error that seems impossible and quite absurd, as I have never encountered it before.
add web api endpoint, which return html from view
I have ASP.NET 5 Web Api and need to do the following task:
Asp .Net Core Api project multilanguage support with database
I develope Asp .Net Core Api project and want to add Multilanguage support , main question is how can i design my database to manage all my entities from 1 point for multilanguage logic, i mean 1 common entity i need for my entire entities. Also i dont have any clue how to get langugage property to detect wanted language from front project which is react application
Is the only way to get a RequestVerificationToken to place a form somewhere on the page in ASP Net Core?
I kept getting a 400 bad request error when trying to post to my razor page. When I compared the request headers between the page where I could not post to another one in my application where posting worked I noticed this difference: