python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
docker could not find a file from wwwroot
It is my first attempt to run a docker image in my asp.net core 5.0 application. I have added the following configuration in the docker file.
FROM mcr.microsoft.com/dotnet/aspnet:5.0 AS base
WORKDIR /...
Rasik
Votes: 0
Answers: 2
.Net 5 Web Api, default System.Text.Json serialization is replaced by Newtonsoft.Json without specifying in startup.cs
How to avoid System.Text.Json to be replaced by Newtonsoft.Json, when send response from controller. When i testing my application i found json serialized by Newtonsoft.Json without specifying any whe...
Rahul Raj
Votes: 0
Answers: 0
Getting IS4 to issue refresh tokens
Ok, I am failing to get IS4 to issue a refresh token during authorization_code flow, even though I (believe) turned it on, and the client is requesting it by including offline_access in the scope. I a...
mmix
Votes: 0
Answers: 1
Run async hosted service every 5 minutes in ASP.NET Core
The ASP.NET Core docs for background services show a number of implementation examples.
There's an example for starting a service on a timer, though it's synchronous. There's another example which is ...
lonix
Votes: 0
Answers: 2



