




HTTP Error 500.19 - Internal Server Error- Hatası
-
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.
-
aramanın gücüne inanmak...
web.configi kontrol et yanlış yazılmış satırı sil ya da düzenle
-
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
-
hacı web.configi yaz buraya bir bakalım xml sıkıntısından kaynaklanır o problem
-
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>
-
<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 -
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.
-
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).
-
crafty bunu yazdı
<compilation debug="false" strict="false" explicit="true" targetFramework="4.5"/>
hacım bu şekilde değiştirip bir denermisin
yok yemedi
-
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. > -
hacı sonundaki / ı sil onu unutmuşum orada :D