Ana Sayfa > Microsoft, Teknik > The request filtering module is configured to deny a request that exceeds the request content length hatası ve çözümü

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 üzerinde alınan 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>
Share

Microsoft, Teknik , , , ,

  1. Henüz yorum yapılmamış
  1. Trackbacks henüz yok.