The request filtering module is configured to deny a request that exceeds the request content length hatası ve çözümü
Eylül 23rd, 2010
bu kısa paylaşımda iis7 üzerinde alınan The request filtering module is configured to deny a request that exceeds the request content length hatası ve çözümünden bahsetmek istiyorum. zaman probleminden dolayı uzun uzun açıklama yazamıyorum.
problemin çözümü için sitenizdeki web.config dosyasınızın içerisine aşağıdaki satırları ekleyerek probleminizi çözebilirsiniz.
<system.webServer> <security> <requestFiltering> <requestLimits maxAllowedContentLength="2000000000"/> </requestFiltering> </security> </system.webServer>
Son 5 Yorum