Top "Asp.net-core-3.1" questions

Use this tag for questions specifically related to ASP.

Form submit resulting in "InvalidDataException: Form value count limit 1024 exceeded."

I have created an mvc site and I'm posting a large amount of json form data (Content-Type:application/x-www-form-urlencoded) back …

.net asp.net-mvc asp.net-core-3.1 asp.net-core-1.0 appsettings
Role based authorization in ASP.NET Core 3.1 with Identity and ExternalLogin

Im new to .NET Core and I'm trying to setup Role based authorization in a .NET Core 3.1 project. I believe …

c# asp.net identityserver4 asp.net-core-3.1 role-based-access-control
Changing Default Page In Asp.Net Core App

I am attempting to change my start page in my ASP.NET Core MVC C# app. I want to first …

c# asp.net-core-mvc asp.net-core-3.1
An unhandled exception of type 'System.AggregateException' occurred in Microsoft.Extensions.DependencyInjection.dll:

I migrated a asp.net core project from version 2.2 to 3.1. I have added all the dependencies and docker related components. …

c# dependency-injection c#-8.0 asp.net-core-3.1 graphql.net