25 Mayıs 2012 Cuma

ASP.NET HATALARI

An ASP.NET setting has been detected that does not apply in Integrated managed pipeline mode.


web.config dosyasına aşağıdaki kodu yazın.

<system.webServer>
<validation validateIntegratedModeConfiguration="false" />
</system.webServer>

Hiç yorum yok:

Yorum Gönder