python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
IAsyncEnumerable<T> in ASP.NET Core, deploying on iis is not supported streaming behaviour?
[Route("api/[controller]")]
[ApiController]
public class ValuesController : ControllerBase
{
[HttpGet]
public IAsyncEnumerable<int> Get()
{
return FetchItems();
...
Jin Lyu
Votes: 0
Answers: 1
Blazor working in Release in Visual Studio - but not after publish
I have received a project, that has been developed in VisualStudio (Blazor Server and .NET 5.0).
My plan is to host this project (website with local db) on IIS, but so far I have been quite unsuccessf...
janusd86
Votes: 0
Answers: 0
How to disable or remove web pages from my web site
I want to block or delete some pages on my website. Maybe these pages can be used again in the future, so I don't want to delete them directly and I want to prevent users from accessing these pages vi...
israfil isler
Votes: 0
Answers: 2
Asp.Net Content Donwload very slow
I am trying to understand how to remove a bottleneck in our asp.net application
Version of .net is 4.7.2.
Here is an async request from our service with approx 300kb of content:
Google chrome timeline...
Marco Slanzi
Votes: 0
Answers: 0