HTTP Error 500.22 - Internal Server Error
2008 Server'de IIS'te kurduğunuz yeni sitede aşağıdaki gibi bir hata alıyorsanız
"An ASP.NET setting has been detected that does not apply in Integrated managed pipeline mode."
Yapacağınız İşlem
Web.config dosyasında System.Webserver namespace altına
komut satırını eklemektir. Böylece siteniz düzgün çalışacaktır.
"An ASP.NET setting has been detected that does not apply in Integrated managed pipeline mode."
Yapacağınız İşlem
Web.config dosyasında System.Webserver namespace altına
<validation validateintegratedmodeconfiguration="false">
komut satırını eklemektir. Böylece siteniz düzgün çalışacaktır.
Amplify’d from blog.benhall.me.uk
"An ASP.NET setting has been detected that does not apply in the Integrated managed pipeline mode"Read more at blog.benhall.me.uk
See this Amp at http://amplify.com/u/cmqs
Yorumlar
Yorum Gönder