Any idea how I can upload a large video in the media manager through the built-in visual studio IIS Express runtime? I have added data in my appsettings.json according to the document, but no success 😦 "Runtime": {
"MaxQueryStringLength": 9000,
"MaxRequestLength": 200000000
},
h
huwred
11/30/2023, 1:14 PM
you probably need to add this into the web.config file (create one if it doesn't exist.