Y
Y
Yahya2020-06-04 17:52:46
ASP.NET
Yahya, 2020-06-04 17:52:46

How to configure the request filtering module?

Good afternoon!
The project is built on net core 3, tell me how to solve this problem?5ed90a6e08d0e727785298.jpeg

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vladimir Korotenko, 2020-06-04
@firedragon

web.config

<configuration>
    <system.web>
        <httpRuntime maxRequestLength="1048576" />
    </system.web>
</configuration>

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question