I have Asp.Net.Core 1.0 project which run under Kestrel web server.There are a some post request from .net desktop client which should working with big request. How I can increase size of post request in this case. I had tried this one. All else what I found are for IIS and Core1.1 - 2.0. Can somebody help me?
Asked
Active
Viewed 72 times
1
-
Set, It is about Core 1.1 and higher. My project is Core 1.0 – Alex Olshansky Jan 31 '18 at 12:44
-
So it seems like a good time to migrate to 1.1 or 2.0 – Alexander Taran Jan 31 '18 at 12:58
-
Kestrel 1.0 didn't have a limit. Only the form reader did. What's the error you get? – Tratcher Jan 31 '18 at 14:21
-
Tratcher, I have a 404 error when I do request more ~25 Mb, but when I try do request like ~10 Mb all is Ok. – Alex Olshansky Jan 31 '18 at 15:33