Gönderen Konu: asp,aspx çalıştırma sorunu (çözüldü)  (Okunma sayısı 650 defa)

GuvenliHost

  • Yönetici
  • Kahraman Üye
  • *****
  • İleti: 506
  • Karma +10/-0
    • Profili Görüntüle
asp,aspx çalıştırma sorunu (çözüldü)
« : 31 Mayıs 2010, 16:19:05 »
Bilgisayarınızda çalışan Visual studio programıyla hazırladığınız asp yada aspx siteniz aldığınız Host üzerinde
Alıntı

The page cannot be found
The page you are looking for might have been removed, had its name changed, or is temporarily unavailable.

Please try the following:

* Make sure that the Web site address displayed in the address bar of your browser is spelled and formatted correctly.
* If you reached this page by clicking a link, contact the Web site administrator to alert them that the link is incorrectly formatted.
* Click the Back button to try another link.

HTTP Error 404 - File or directory not found.
Internet Information Services (IIS)

Technical Information (for support personnel)


<!– Web.Config Configuration File –>

<configuration>
<system.web>
<customErrors mode=”Off”/>
</system.web>
</configuration>

 yada benzeri sayfa çalıştırma hataları veriyor ise aşağıdaki işlemlerle çözüme ulaşabilirsiniz (customErrors mode=off (bu hata değildir hatayı öğrenmek için  ASP.NET Sayfasında Custom errors page bölümünü ON konumuna getirin bu şekilde gerçek hatayı göreceksiniz bu anlatım alternatif bir çözüm olabilir))

Plesk Panelinizdeki ASP.NET butonuna tıklayın

Change Version butonuna tıklayın

Versionu değiştirip siteyi kontrol edin hata devam ediyor ise server sahibine  aşağıdaki işlemi yapmasını söyleyin


Başlat(Start) - çalıştır(Run)  açın aşağıdaki komutu yazıp enter tuşuna basın


Kod: [Seç]
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis.exe -I
İşlem 15-20 dk sürebilir


Alıntı
C:\Documents and Settings\chandra_p>IISRESET /STOP

Attempting stop...
Internet services successfully stopped

C:\Documents and Settings\chandra_p>IISRESET /START

Attempting start...
Internet services successfully started

 

  i checked the events log, no error reported.  I again did aspnet_regiis -i and it worked fine with no problems.

C:\Documents and Settings\chandra_p>cd c:\windows\microsoft.net\framework\v2.0.50727\

C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727>aspnet_regiis -i
Start installing ASP.NET (2.0.50727).
........
Finished installing ASP.NET (2.0.50727).
Saygılar..


« Son Düzenleme: 12 Haziran 2010, 00:25:42 Gönderen: GuvenliHost »