web.config Dosyası ayarları ile hata mesajlarını gösterme ve devre dışı bırakma

Webmasterlar için genel konularla ilgili bir tartışma forumu
Cevapla
invertor
Mesajlar: 0
Kayıt: Sal Şub 24, 2026 11:30 am
İletişim:

web.config Dosyası ayarları ile hata mesajlarını gösterme ve devre dışı bırakma

Mesaj gönderen invertor »

Disabling Windows Custom Error Messaging








By default, our Windows hosting accounts display a custom error
when applications generate an exception. We display a generic error
because the detailed error messages allow a malicious user to obtain
sensitive information.

To troubleshoot the error, you can modify your web.config
file and specify that a detailed error message displays. A detailed
error message helps you to locate the specific code that is causing the
issue.

CAUTION: The code samples we provide below do not constitute a complete web.config file. Do not replace your existing web.config file with the code we provide. Before changing your web.config file, we recommend creating a backup. 

Sayfanızdaki hata mesajlarını göstermek için size uygun olan  aşağıdaki adımları uygulayın 

Disabling Custom Error Messages / Enabling Detailed Errors on IIS 6

Use the sample code below to display detailed error messages on IIS 6:

    

        

        

    

Disabling Custom Error Messages / Enabling Detailed Errors on IIS 7

Use the sample code below to display detailed error messages on IIS 7:

    

        

        

    

    

        

        

    

Disabling Custom Error Messages / Enabling Detailed Errors on  IIS 8 - IIS 8.5  (Plesk)

Use the sample code below to display detailed error messages on IIS 8:

    

        

    

    

        

        

    



Hata mesajlarını gizlemek için  web.config dosya içeriği aşağıdaki gibi olmalıdır.

   
      
   

invertor2015-01-26 00:19:20
Cevapla

“Webmaster Genel” sayfasına dön

Kimler çevrimiçi

Bu forumu görüntüleyen kullanıcılar: Hiç bir kayıtlı kullanıcı yok ve 1 misafir