Use this tag for questions specifically related to ASP.
When creating test projects or upgrading an application and tests to ASP.NET Core 2.1 / .NET Core 2.1, running tests fails with …
testing asp.net-core .net-core asp.net-core-2.1In my project I often add prefixes to my log messages. Currently I am doing this with logger.LogDebug(prefix + " …
asp.net-core .net-core asp.net-core-2.1I'm trying to get the user id in an ASP.NET Core 2.1 MVC project. However, I was only able to …
asp.net-mvc asp.net-core-2.1I am really trying a long time to use certificates in .NET Core API. Basically where I need to use …
c# identityserver4 asp.net-core-2.1 x509certificate2 .net-core-2.1I have created a .Net Core project with AngularJS in Visual Studio 2017 however when I am trying to create a …
angular typescript typescript2.0 asp.net-core-2.1I've included Identity into my .NET Core2.1 project, when I try to build the project, it warns me with the …
.net authentication identity asp.net-core-2.1SEE Below for code that solved this issue I'm trying to find the best and most efficient way to deal …
asp.net-core oauth asp.net-core-2.1 refresh-token openid-connectI am beginner in ASP .NET Core 2.1 and working on project which is using ASP .NET Core 2.1 with individual authentication. …
c# asp.net-identity asp.net-mvc-routing razor-pages asp.net-core-2.1I am using Visual Studio 2017 15.8.3 with .Net Core 2.1 and Angular 6. I used the template to create the project and upgraded …
asp.net angular visual-studio-2017 angular6 asp.net-core-2.1We have a Net Core 2.1 API project. We use the request headers to retrieve API key which we check against …
c# asp.net-core .net-core asp.net-core-2.0 asp.net-core-2.1