• 15-03-2013, 20:02:17
    kastek adlı üyeden alıntı: mesajı görüntüle
    Request timed out. Hatası için Web.config dosyasındaki ;

    <httpRuntime requestValidationMode="2.0" />
    alanı silip yerine,
    <httpRuntime executionTimeout="2400" maxRequestLength="1048576" useFullyQualifiedRedirectUrl="false" minFreeThreads="8" minLocalRequestFreeThreads="4" appRequestQueueLimit="100" />
    kodunu ekledim sanırım sorun çözüldü bir kaç saattir vermiyor hatayı.
    Bu kodlar asp .net 4.0 da geçerli sanırım asp .net 2.0 da da süre uzatmaya yarıyormu acama?
  • 16-03-2013, 08:58:57
    teomanr adlı üyeden alıntı: mesajı görüntüle
    Bu kodlar asp .net 4.0 da geçerli sanırım asp .net 2.0 da da süre uzatmaya yarıyormu acama?
    Ben 4.0 kullanıyorum ama kodu değiştirince çalışıyor bir zaman sonra yine tekrar gidiyor, bu kezde başka hata vermeye başladı ha bire Web.config dosyasını geri yüklüyorum bakalım nasıl çözecez bu sorunu
  • 19-03-2013, 09:41:22
    kastek adlı üyeden alıntı: mesajı görüntüle
    Ben 4.0 kullanıyorum ama kodu değiştirince çalışıyor bir zaman sonra yine tekrar gidiyor, bu kezde başka hata vermeye başladı ha bire Web.config dosyasını geri yüklüyorum bakalım nasıl çözecez bu sorunu
    .net versiyonunuzu 2.0 ' a çekip sadece web.config dosyanızı çalıştırırsanız herhangi problemle karşılaşmiyacaksınız.

    İyi Çalışmalar.
  • 19-03-2013, 09:45:25
    imaster adlı üyeden alıntı: mesajı görüntüle
    .net versiyonunuzu 2.0 ' a çekip sadece web.config dosyanızı çalıştırırsanız herhangi problemle karşılaşmiyacaksınız.

    İyi Çalışmalar.
    Zaten ilk başta o şekilde idi sonra bu hatayı vermeye başladı sildim 4.0 olarak kurdum (config dosyasını 4.0 olanı ayarladım) ama yine aynı hatayı verdi. bu kodu değiştridim sonra üzerindeki rakamlar ile oynadım o gün bugündür maşallah sorunsuz.

    net versiyonundan değildi sorun, bu kodu ekleyince düzeldi.
  • 20-03-2013, 09:39:53
    kastek adlı üyeden alıntı: mesajı görüntüle
    Zaten ilk başta o şekilde idi sonra bu hatayı vermeye başladı sildim 4.0 olarak kurdum (config dosyasını 4.0 olanı ayarladım) ama yine aynı hatayı verdi. bu kodu değiştridim sonra üzerindeki rakamlar ile oynadım o gün bugündür maşallah sorunsuz.

    net versiyonundan değildi sorun, bu kodu ekleyince düzeldi.
    Genel olarak müşterilerimiz 2.0 kullanmakta eğer 4.0 da çalıştırmak istiyorsanız config dosyanızıda ona göre düzenlemeniz gerekmektedir.
  • 20-03-2013, 10:06:06
    imaster adlı üyeden alıntı: mesajı görüntüle
    Genel olarak müşterilerimiz 2.0 kullanmakta eğer 4.0 da çalıştırmak istiyorsanız config dosyanızıda ona göre düzenlemeniz gerekmektedir.
    Yok ben anlatamadım sanırım. Ben 2.0 da kursam 4.0 da çalıştırsam yukarıdaki kodu eklemediğim sürece yine yukarıdaki hatayı veriyor. İlgili kodu ekleyince sorun düzeliyor.

    4.0 çalıştırdığımda zaten 4.0. için olan config dosyasını düzenliyorum.

    Şu anda bir sorun yok, ben sadece bilgi amaçlı yazdım buraya, bir hata varsa bilginiz olsun, yoksada bu hata ile karşılaşan olursa bilgisi olsun diye.
  • 25-03-2013, 00:51:07
    Eposta Aktivasyonu Gerekmekte
    Merhaba;
    Web sitemizde aşağıdaki gibi bi hata bulunmaktadır web sitemiz hiç açılmıyor. 444host un cevabı "sitenizde gordugunuz hata kullandiginiz urunler ve modullerle ilgilidir.
    Bu konuda proticaret firmasindan destek alabilirsiniz."

    konunun çözümü ne olabilir

    Server Error in '/' Application.

    Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This may have occurred because all pooled connections were in use and max pool size was reached.

    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

    Exception Details: System.InvalidOperationException: Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This may have occurred because all pooled connections were in use and max pool size was reached.

    Source Error:

    An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

    Stack Trace:


    [InvalidOperationException: Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This may have occurred because all pooled connections were in use and max pool size was reached.]
    System.Data.ProviderBase.DbConnectionFactory.GetCo nnection(DbConnection owningConnection) +4870874
    System.Data.ProviderBase.DbConnectionClosed.OpenCo nnection(DbConnection outerConnection, DbConnectionFactory connectionFactory) +117
    System.Data.SqlClient.SqlConnection.Open() +122
    PortalSettings..ctor(Int32 tabId, Int32 CatId, Int32 MarkId) +5994
    ASPNetPortal.Global1.Application_BeginRequest(Obje ct sender, EventArgs e) +8511
    System.Web.SyncEventExecutionStep.System.Web.HttpA pplication.IExecutionStep.Execute() +68
    System.Web.HttpApplication.ExecuteStep(IExecutionS tep step, Boolean& completedSynchronously) +75
  • 25-03-2013, 08:24:28
    Bendeki ile aynı hata web.config dosyasını ftpden indirip, geri yükleyince düzeliyormu

    sener_izmir adlı üyeden alıntı: mesajı görüntüle
    Merhaba;
    Web sitemizde aşağıdaki gibi bi hata bulunmaktadır web sitemiz hiç açılmıyor. 444host un cevabı "sitenizde gordugunuz hata kullandiginiz urunler ve modullerle ilgilidir.
    Bu konuda proticaret firmasindan destek alabilirsiniz."

    konunun çözümü ne olabilir

    Server Error in '/' Application.

    Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This may have occurred because all pooled connections were in use and max pool size was reached.

    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

    Exception Details: System.InvalidOperationException: Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This may have occurred because all pooled connections were in use and max pool size was reached.

    Source Error:

    An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

    Stack Trace:


    [InvalidOperationException: Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This may have occurred because all pooled connections were in use and max pool size was reached.]
    System.Data.ProviderBase.DbConnectionFactory.GetCo nnection(DbConnection owningConnection) +4870874
    System.Data.ProviderBase.DbConnectionClosed.OpenCo nnection(DbConnection outerConnection, DbConnectionFactory connectionFactory) +117
    System.Data.SqlClient.SqlConnection.Open() +122
    PortalSettings..ctor(Int32 tabId, Int32 CatId, Int32 MarkId) +5994
    ASPNetPortal.Global1.Application_BeginRequest(Obje ct sender, EventArgs e) +8511
    System.Web.SyncEventExecutionStep.System.Web.HttpA pplication.IExecutionStep.Execute() +68
    System.Web.HttpApplication.ExecuteStep(IExecutionS tep step, Boolean& completedSynchronously) +75
  • 25-03-2013, 09:54:57
    Eposta Aktivasyonu Gerekmekte
    kastek adlı üyeden alıntı: mesajı görüntüle
    Bendeki ile aynı hata web.config dosyasını ftpden indirip, geri yükleyince düzeliyormu
    şaşırtıcı tespit evet düzeliyor.