The name “Configuration” does not exist in the current context
When trying to register a database context in startup.cs
When trying to register a database context in startup.cs
I have below simple class but veracode reporting below flaws
Hi I’m try to display the top 5 messages from the message center on the homepage. But I’m not sure what I’m doing wrong. I try to get the messages from the message view model here is my code.
I get these these two exceptions in Identity Server 4 during a regular login to get a token.
It’s on a load balanced setup with 2 servers, so I’ve done the following:
They both get the same PFX for encrypting tokens. It works just fine on a single server. They have the password for the PFX file, and can seemingly encrypt a token correct correctly.
I sending a post request to controller by ajax:
I have an Angular app that makes requests to a .NET 4.6.2 Web MVC Controller and the code inside the controller makes a requests with a HttpClient to a .NET Core 3.1 API. All apps is hosted in Azure.
I have a simple ASP.NET Core application that I want to run with IIS and Windows Authentication.
How to check if there exists an entry in the database? Debugging shows that the result returns null.
My software is splitted into 2 parts:
I’m working with a nested list (List inside List) everything is working fine but when I try to get response from Api (GetOrders) it is not showing lists. I try to .include(x=>x.ShopOrdersList) but It is only including “ShopOrdersList” and the second list “OrderSummaries” which is inside “ShopOrdersList” is not showing.
My model is follow