asp script hatası nasıl çözülür yardım!

Bu konuyu okuyanlar

orkdem23

Öğrenci
Katılım
19 Ağustos 2019
Mesajlar
3
Reaksiyon puanı
0
Puanları
1
Yaş
39
asp scripti kuruyorum siteye girdiğimde The page cannot be displayed because an internal server error has occurred bu hatayı alıyorum bunun çözümü nedir
 

Dora

Müdavim
Cezalı
Emektar
Katılım
26 Ocak 2018
Mesajlar
5,728
Reaksiyon puanı
9,729
Puanları
113
Yaş
30
.htaccess ile ilgili bir sorun olabilir mi?

Artı yanlış bir yönlendirme yapmak istemiyorum, lütfen yedekli kontrol edin. Kodları web. config olarak kayıt altına alarak httpdocs dosyasına aktarır mısınız?

ASP.net:
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<httpErrors>
<remove statusCode="500" subStatusCode="100" />
<remove statusCode="404" subStatusCode="-1" />
<error statusCode="404" subStatusCode="-1" prefixLanguageFilePath="" path="/404.asp" responseMode="ExecuteURL" />
<error statusCode="500" subStatusCode="100" prefixLanguageFilePath="" path="/500.asp" responseMode="ExecuteURL" />
</httpErrors>
</system.webServer>
</configuration>
 

orkdem23

Öğrenci
Katılım
19 Ağustos 2019
Mesajlar
3
Reaksiyon puanı
0
Puanları
1
Yaş
39
bunu web confige yazsam olurmu
Mesaj otomatik birleştirildi:


Mesaj otomatik birleştirildi:

bunu web confige yazdığımda farklı bir hata veriyor
Mesaj otomatik birleştirildi:

An error occurred on the server when processing the URL. Please contact the system administrator.
If you are the system administrator please click here to find out more about this error.

bu hatayı veriyor
 
Son düzenleme:

orkdem23

Öğrenci
Katılım
19 Ağustos 2019
Mesajlar
3
Reaksiyon puanı
0
Puanları
1
Yaş
39
artık o hatayı almıyorum
500 - Internal server error.
There is a problem with the resource you are looking for, and it cannot be displayed.
aldığım hata budur
 
Üst