2 Mayıs 2013 Perşembe

"There was an exception running the extensions specified in the config file. ---> Maximum request length exceeded." Hatası Çözümü

Büyük dosya upload ederken "There was an exception running the extensions specified in the config file. ---> Maximum request length exceeded." hatasını alıyorsanız.
web.config dosyanızda ayar yapmanız gerekecektir;

Çöüzümü:
web.config
    <httpRuntime requestValidationMode="2.0" maxRequestLength="102400" executionTimeout="2000"  />

Burada belirtilen maxRequestLength="102400" degeri ile 100 MB kadar dosyalarin upload edilebilcegini ayarlamis oluyoruz.

Hiç yorum yok:

Yorum Gönder