Slow HTTP POST Vulnerability on Azure

I have an asp.Net MVC web application deployed on azure. And there are some problems with the slow HTTP POST vulnerability. So I want to configure <\ limits> to enable connectionTimeout.

I cannot do this in Web.config (or mb just don't know how to write this correctly). In guides, this thing is configured on iis, but how to do it in azure?

+4
source share
1 answer

The value you are talking about connectionTimeout should be set in the applicationhost.config file. This file was not found as part of your project, but is part of your azure site. If you want to view the configuration settings in this file, you can go to the kudo service for your site, which can be accessed by following the instructions here: https://github.com/projectkudu/kudu/wiki/Accessing-the-kudu- service

, cmd, , "". . , xdt . ftp (URL- ftp ).

<\webLimits > , -.

+1

All Articles