i needd to change
</system.webServer>
<serverRuntime uploadReadAheadSize="128000000"/>
</system.webServer>
if i do it in my webconfig i get 500.19 error
as here
Adding serverRuntime tag in webconfig cause 500.19 error
so i need to allow this change as in that topic..
so question is
is there a way to change this in webconfig
and NOT NEED to change anything even this deny to allow in C:\Windows\System32\inetsrv\Config applicationHost.config
?
i was thinking that .net core even if hosted in iss
and if i do [DisableRequestSizeLimit]
in controller that shis will be done?
is it the same settings?
just not 'valid' for iss? only when hosted in Kestrel then it would work?
is there a way to force iss to use Kestrels and use [DisableRequestSizeLimit]
instead of this value from webconfig ?
thanks and regards