HTTP Error 500.19 - Internal Server Error- Hatası

  1. KısayolKısayol reportŞikayet pmÖzel Mesaj
    mhasan
    mhasan's avatar
    Kayıt Tarihi: 03/Mayıs/2012
    Erkek

    asp.NET bir proje üzerinde çalışıyorum. Elimdeki Windows 2012 servere point eden bir web app başlattım orada publish ettim serveren ip ile brower üzerinden test edilecek. Ama 

    HTTP Error 500.19 - Internal Server Error 

    hatası alıyorum. 

  2. KısayolKısayol reportŞikayet pmÖzel Mesaj
    crafty
    crafty's avatar
    Kayıt Tarihi: 19/Eylül/2006
    Erkek

    aramanın gücüne inanmak...

    web.configi kontrol et yanlış yazılmış satırı sil ya da düzenle


    Kasnak yuvarlandı elek oldu, eski orospular melek oldu...
  3. KısayolKısayol reportŞikayet pmÖzel Mesaj
    mhasan
    mhasan's avatar
    Kayıt Tarihi: 03/Mayıs/2012
    Erkek
    crafty bunu yazdı

    aramanın gücüne inanmak...

    web.configi kontrol et yanlış yazılmış satırı sil ya da düzenle

    aradım stackoverflow.com filan baktım ama yapamdım uraşıyorum hacı

    web.config kontrol ettim ama sorun yok user izinleri ile ilgili bir sıkıntı var galiba

    server admini ben değilim  

  4. KısayolKısayol reportŞikayet pmÖzel Mesaj
    crafty
    crafty's avatar
    Kayıt Tarihi: 19/Eylül/2006
    Erkek

    hacı web.configi yaz buraya bir bakalım xml sıkıntısından kaynaklanır o problem


    Kasnak yuvarlandı elek oldu, eski orospular melek oldu...
  5. KısayolKısayol reportŞikayet pmÖzel Mesaj
    mhasan
    mhasan's avatar
    Kayıt Tarihi: 03/Mayıs/2012
    Erkek
    crafty bunu yazdı

    hacı web.configi yaz buraya bir bakalım xml sıkıntısından kaynaklanır o problem

    <?xml version="1.0"?>
    <!--
      For more information on how to configure your ASP.NET application, please visit
      http://go.microsoft.com/fwlink/?LinkId=169433
      -->
    <configuration>
      <connectionStrings>
        <add name="SehirProjectConnectionString" connectionString="Data Source=.\SQLEXPRESS;Initial Catalog=SehirProject;Integrated Security=True"
          providerName="System.Data.SqlClient" />
      </connectionStrings>
      <system.web>
        <compilation targetFramework="4.5">
          <assemblies>
            <add assembly="System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
            <add assembly="System.Web.Extensions.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
            <add assembly="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
          </assemblies>
        </compilation>
        <httpRuntime targetFramework="4.5"/>
      </system.web>
      <appSettings>
        <add key="ValidationSettings:UnobtrusiveValidationMode" value="none"/>
      </appSettings>
    </configuration>
  6. KısayolKısayol reportŞikayet pmÖzel Mesaj
    crafty
    crafty's avatar
    Kayıt Tarihi: 19/Eylül/2006
    Erkek

    <compilation debug="false" strict="false" explicit="true" targetFramework="4.5">

    hacım bu şekilde değiştirip bir denermisin

    crafty tarafından 12/Eyl/14 12:26 tarihinde düzenlenmiştir

    Kasnak yuvarlandı elek oldu, eski orospular melek oldu...
  7. KısayolKısayol reportŞikayet pmÖzel Mesaj
    Fdumanli
    Fdumanli's avatar
    Kayıt Tarihi: 13/Mayıs/2009
    Erkek

    sunucuda gerçekleşen herhangi bir hatanın kodu o. 1.500.000 tane sebebi olabilir, web.config de

    <customErrors mode="Off"/> 

    diye bir satır varsa On yapıp dene, gerçek hatayı görürsün.

  8. KısayolKısayol reportŞikayet pmÖzel Mesaj
    mhasan
    mhasan's avatar
    Kayıt Tarihi: 03/Mayıs/2012
    Erkek

    Looks like the user account you're using for your app pool doesn't have rights to the web site directory, so it can't read config from there. Check the app pool and see what user it is configured to run as. Check the directory and see if that user has appropriate rights to it. While you're at it, check the event log and see if IIS logged any more detailed diagnostic information there.

    stackoverflow da şu zatın şöylediğini yapamadım. app pool gidiyorum. Hangi user configured ediyor göremiyorum(muhtemelen ben bulamadım). 

     

    mhasan tarafından 12/Eyl/14 12:27 tarihinde düzenlenmiştir
  9. KısayolKısayol reportŞikayet pmÖzel Mesaj
    mhasan
    mhasan's avatar
    Kayıt Tarihi: 03/Mayıs/2012
    Erkek
    crafty bunu yazdı

    <compilation debug="false" strict="false" explicit="true" targetFramework="4.5"/>

    hacım bu şekilde değiştirip bir denermisin

    yok yemedi

  10. KısayolKısayol reportŞikayet pmÖzel Mesaj
    mhasan
    mhasan's avatar
    Kayıt Tarihi: 03/Mayıs/2012
    Erkek

    Böyle belki daha açıklayıcı olur

    HTTP Error 500.19 - Internal Server Error

    The requested page cannot be accessed because the related configuration data for the page is invalid.

    <>

    Detailed Error Information:

    Module    IIS Web Core
    Notification    Unknown
    Handler    Not yet determined
    Error Code    0x80070005
    Config Error    Cannot read configuration file due to insufficient permissions
    Config File    \\?\C:\Users\hasancelik\Desktop\publish\web.config
    Requested URL    http://localhost:80/
    Physical Path    
    Logon Method    Not yet determined
    Logon User    Not yet determined
     
    <>

    Config Source:

       -1: 
        0: 
    
    <>

    More Information:

    This error occurs when there is a problem reading the configuration file for the Web server or Web application. In some cases, the event logs may contain more information about what caused this error.

    View more information »

  11. KısayolKısayol reportŞikayet pmÖzel Mesaj
    crafty
    crafty's avatar
    Kayıt Tarihi: 19/Eylül/2006
    Erkek

    hacı sonundaki / ı sil onu unutmuşum orada :D


    Kasnak yuvarlandı elek oldu, eski orospular melek oldu...
Toplam Hit: 2566 Toplam Mesaj: 14