Şimdi Ara

'/' Uygulamasında Sunucu Hatası

Daha Fazla
Bu Konudaki Kullanıcılar: Daha Az
2 Misafir - 2 Masaüstü
5 sn
14
Cevap
0
Favori
57.440
Tıklama
Daha Fazla
İstatistik
  • Konu İstatistikleri Yükleniyor
0 oy
Öne Çıkar
Sayfa: 1
Giriş
Mesaj
  • '/' Uygulamasında Sunucu Hatası.
    --------------------------------------------------------------------------------

    Yapılandırma Hatası
    Açıklama: Bu isteğe hizmet vermek için gereken bir yapılandırma dosyası işlenirken bir hata oluştu. Lütfen aşağıdaki özel hata ayrıntılarını gözden geçirin ve yapılandırma dosyanızı uygun biçimde değiştirin.

    Ayrıştırıcı Hatası İletisi: Bu hata, uygulama düzeyinin dışında, allowDefinition='MachineToApplication' olarak kaydettirilen bir bölümün kullanılmasıyla ilgilidir. Bu hatanın nedeni IIS içinde bir uygulama olarak yapılandırılmamış sanal bir dizin olabilir.

    Kaynak Hatası:


    Satır 44: ASP.NET to identify an incoming user.
    Satır 45: -->
    Satır 46: <authentication mode="Windows"/>
    Satır 47: <!--
    Satır 48: The <customErrors> section enables configuration


    Kaynak Dosya: D:\Inetpub\wwwroot\aspfinalyedek2\web.config Satır: 46


    --------------------------------------------------------------------------------
    Sürüm Bilgisi: Microsoft .NET Framework Sürümü:2.0.50727.3053; ASP.NET Sürümü:2.0.50727.3053



    bu hatayla karşılaşıyorum bir bilgisi olan varsa yardım lütfen neden olabilir






    < Bu mesaj bu kişi tarafından değiştirildi aykutcrack2 -- 4 Şubat 2010; 11:14:16 >







  • bilgisi olan yok mu 2 gündür çözemedim sorunu ?
  • '/' Uygulamasında Sunucu Hatası.
    --------------------------------------------------------------------------------

    Çalışma Zamanı Hatası
    Açıklama: Sunucuda bir uygulama hatası oluştu. Bu uygulamanın geçerli özel hata ayarları uygulama hatasıyla ilgili ayrıntıların uzaktan görüntülenmesini engelliyor (güvenlik nedenleriyle). Ancak yerel sunucu makinede çalışan tarayıcılarla görüntülenebilir.

    Ayrıntılar: Bu özel hata iletisinin ayrıntılarının uzak makinelerde gösterilebilmesi için, lütfen geçerli web uygulamasının kök dizininde "web.config" adlı bir yapılandırma dosyasında <customErrors> etiketi oluşturun. Sonra, bu <customErrors> etiketinin "mode" özniteliğini "Off" olarak ayarlayın.


    <!-- Web.Config Yapılandırma Dosyası -->

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


    Notlar: Gördüğünüz geçerli hata sayfasını özel bir hata sayfasıyla değiştirmek için, uygulamanın <customErrors> yapılandırma etiketinin "defaultRedirect" özniteliğini, özel hata sayfasının URL'sini işaret edecek şekilde değiştirin.


    <!-- Web.Config Yapılandırma Dosyası -->

    <configuration>
    <system.web>
    <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
    </system.web>
    </configuration>

    bendede bu hata veriyor ve resimleri yükleyemiyorum yardım ederseniz sevinirim profosyonel biri değilim ama emanetten bir steye bakıyorum resimleri yükleyemedim yardımlarınzı acelebekliyorum.




  • quote:

    Orijinalden alıntı: radikal26

    '/' Uygulamasında Sunucu Hatası.
    --------------------------------------------------------------------------------

    Çalışma Zamanı Hatası
    Açıklama: Sunucuda bir uygulama hatası oluştu. Bu uygulamanın geçerli özel hata ayarları uygulama hatasıyla ilgili ayrıntıların uzaktan görüntülenmesini engelliyor (güvenlik nedenleriyle). Ancak yerel sunucu makinede çalışan tarayıcılarla görüntülenebilir.

    Ayrıntılar: Bu özel hata iletisinin ayrıntılarının uzak makinelerde gösterilebilmesi için, lütfen geçerli web uygulamasının kök dizininde "web.config" adlı bir yapılandırma dosyasında <customErrors> etiketi oluşturun. Sonra, bu <customErrors> etiketinin "mode" özniteliğini "Off" olarak ayarlayın.


    <!-- Web.Config Yapılandırma Dosyası -->

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


    Notlar: Gördüğünüz geçerli hata sayfasını özel bir hata sayfasıyla değiştirmek için, uygulamanın <customErrors> yapılandırma etiketinin "defaultRedirect" özniteliğini, özel hata sayfasının URL'sini işaret edecek şekilde değiştirin.


    <!-- Web.Config Yapılandırma Dosyası -->

    <configuration>
    <system.web>
    <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
    </system.web>
    </configuration>

    bendede bu hata veriyor ve resimleri yükleyemiyorum yardım ederseniz sevinirim profosyonel biri değilim ama emanetten bir steye bakıyorum resimleri yükleyemedim yardımlarınzı acelebekliyorum.

    web.config dosyasına gir.
    <system.web> ve </system.web> taglarının arasına bu kodu yaz.
    <customErrors mode="Off"/>

    senin şuanda gösterdiğin bir hata değildir.sayfanda bir hata oluşmuş ve bu hatayı göstermek için bu kodu <customErrors mode="Off"/> yazın diyor.
    bunu yazdıkdan sonra kodu görebiliriz.




  • quote:

    Orijinalden alıntı: pcmemo


    quote:

    Orijinalden alıntı: radikal26

    '/' Uygulamasında Sunucu Hatası.
    --------------------------------------------------------------------------------

    Çalışma Zamanı Hatası
    Açıklama: Sunucuda bir uygulama hatası oluştu. Bu uygulamanın geçerli özel hata ayarları uygulama hatasıyla ilgili ayrıntıların uzaktan görüntülenmesini engelliyor (güvenlik nedenleriyle). Ancak yerel sunucu makinede çalışan tarayıcılarla görüntülenebilir.

    Ayrıntılar: Bu özel hata iletisinin ayrıntılarının uzak makinelerde gösterilebilmesi için, lütfen geçerli web uygulamasının kök dizininde "web.config" adlı bir yapılandırma dosyasında <customErrors> etiketi oluşturun. Sonra, bu <customErrors> etiketinin "mode" özniteliğini "Off" olarak ayarlayın.


    <!-- Web.Config Yapılandırma Dosyası -->

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


    Notlar: Gördüğünüz geçerli hata sayfasını özel bir hata sayfasıyla değiştirmek için, uygulamanın <customErrors> yapılandırma etiketinin "defaultRedirect" özniteliğini, özel hata sayfasının URL'sini işaret edecek şekilde değiştirin.


    <!-- Web.Config Yapılandırma Dosyası -->

    <configuration>
    <system.web>
    <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
    </system.web>
    </configuration>

    bendede bu hata veriyor ve resimleri yükleyemiyorum yardım ederseniz sevinirim profosyonel biri değilim ama emanetten bir steye bakıyorum resimleri yükleyemedim yardımlarınzı acelebekliyorum.

    web.config dosyasına gir.
    <system.web> ve </system.web> taglarının arasına bu kodu yaz.
    <customErrors mode="Off"/>

    senin şuanda gösterdiğin bir hata değildir.sayfanda bir hata oluşmuş ve bu hatayı göstermek için bu kodu <customErrors mode="Off"/> yazın diyor.
    bunu yazdıkdan sonra kodu görebiliriz.


    kardeş ALLAH ını seversen yardım et aynı hata bendede var.. okula ön kayot yapıcam yapamıyorum bu hata yüzünden bu hatayı düzeltmenin yolumu resimli bir şekilde gösterrirsen çok sevinirim çünkü dediklerini yaptım olmadı ... rica ediyorum yardım...




  • Arkadaşım snucu taraflı bir dile müdahale edemezsin. Senin dediğin olay okulun bilgi işlemiyle ilgili bir durum. Aksi durumda zaten siteyi hacklemiş olursun. Yani okulun bilgi işlemi dışında kimsenin elinden birşey gelmez.
  • quote:

    Orijinalden alıntı: Abbas52486


    quote:

    Orijinalden alıntı: pcmemo


    quote:

    Orijinalden alıntı: radikal26

    '/' Uygulamasında Sunucu Hatası.
    --------------------------------------------------------------------------------

    Çalışma Zamanı Hatası
    Açıklama: Sunucuda bir uygulama hatası oluştu. Bu uygulamanın geçerli özel hata ayarları uygulama hatasıyla ilgili ayrıntıların uzaktan görüntülenmesini engelliyor (güvenlik nedenleriyle). Ancak yerel sunucu makinede çalışan tarayıcılarla görüntülenebilir.

    Ayrıntılar: Bu özel hata iletisinin ayrıntılarının uzak makinelerde gösterilebilmesi için, lütfen geçerli web uygulamasının kök dizininde "web.config" adlı bir yapılandırma dosyasında <customErrors> etiketi oluşturun. Sonra, bu <customErrors> etiketinin "mode" özniteliğini "Off" olarak ayarlayın.


    <!-- Web.Config Yapılandırma Dosyası -->

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


    Notlar: Gördüğünüz geçerli hata sayfasını özel bir hata sayfasıyla değiştirmek için, uygulamanın <customErrors> yapılandırma etiketinin "defaultRedirect" özniteliğini, özel hata sayfasının URL'sini işaret edecek şekilde değiştirin.


    <!-- Web.Config Yapılandırma Dosyası -->

    <configuration>
    <system.web>
    <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
    </system.web>
    </configuration>

    bendede bu hata veriyor ve resimleri yükleyemiyorum yardım ederseniz sevinirim profosyonel biri değilim ama emanetten bir steye bakıyorum resimleri yükleyemedim yardımlarınzı acelebekliyorum.

    web.config dosyasına gir.
    <system.web> ve </system.web> taglarının arasına bu kodu yaz.
    <customErrors mode="Off"/>

    senin şuanda gösterdiğin bir hata değildir.sayfanda bir hata oluşmuş ve bu hatayı göstermek için bu kodu <customErrors mode="Off"/> yazın diyor.
    bunu yazdıkdan sonra kodu görebiliriz.


    kardeş ALLAH ını seversen yardım et aynı hata bendede var.. okula ön kayot yapıcam yapamıyorum bu hata yüzünden bu hatayı düzeltmenin yolumu resimli bir şekilde gösterrirsen çok sevinirim çünkü dediklerini yaptım olmadı ... rica ediyorum yardım...


    Durum: Bu bir hata değildir. Hatanın "internette görüntülenemeyeceğini, local de görüntüleneceğini" anlatan bir mesajdır.
    Çözüm: web.config dosyanızı açın, <system.web> ... </system.web> nodu arasına biryere <customErrors mode="Off" /> yazın (Off un "o" harfi büyük). Bundan sonra gerçek hata mesajı görünür olacaktır.




  • arkadaşlar bende ege üniversitesine ön kayıt yaparken bu hatayı aldım ultrasurf kullanırsanız bu hatayla karşılaşmıyorsunuz
  • ek gelir kaznmk istyn internet başnda aylık 1000 tl ye yakın kaznablrsnz bu adrse girp üye olarak blgi alablrsnzhttp://www.networkteamwins.com/?R_1313996732072589
  • sistem böyle bir hata veriyor nasıl düzeltebilirim

    Server Error in '/' Application.
    The resource cannot be found.
    Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly.

    Requested URL: /HaneSorgulama.aspx

    Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.1

    yardımlarınızı bekliyorum tşk



    < Bu mesaj bu kişi tarafından değiştirildi candost06 -- 17 Eylül 2011; 15:39:32 >
  • bU hatayı nasıl asabılırım Yardımcı olurmusunuz



    Hedef makine etkin olarak reddettiğinden bağlantı kurulamadı 127.0.0.1:8080
    Açıklama: Geçerli web isteği yürütülürken işlenmemiş özel durum oluştu. Lütfen hata ve kod içinde kaynaklandığı yer hakkında daha fazla bilgi almak için yığın izlemesini gözden geçirin.

    Özel Durum Ayrıntıları: System.Net.Sockets.SocketException: Hedef makine etkin olarak reddettiğinden bağlantı kurulamadı 127.0.0.1:8080

    Kaynak Hatası:

    Satır 696: public string GetDeveloperKey(string pxml)
    Satır 697: {
    Satır 698: object[] results = this.Invoke("GetDeveloperKey", new object[] {
    Satır 699: pxml});
    Satır 700: return ((string)(results[0]));


    Kaynak Dosya: c:\inetpub\WebPages\e_metroonline\web\content\metro\App_Code\IVBServiceservice.cs Satır: 698

    Yığın İzleme:

    [SocketException (0x274d): Hedef makine etkin olarak reddettiğinden bağlantı kurulamadı 127.0.0.1:8080]
    System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress) +239
    System.Net.Sockets.Socket.InternalConnect(EndPoint remoteEP) +35
    System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Int32 timeout, Exception& exception) +224

    [WebException: Uzak sunucuya bağlanılamıyor]
    System.Net.HttpWebRequest.GetRequestStream(TransportContext& context) +1868993
    System.Net.HttpWebRequest.GetRequestStream() +13
    System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters) +103
    MetroOnline.MetroWebService.IVBServiceservice.GetDeveloperKey(String pxml) in c:\inetpub\WebPages\e_metroonline\web\content\metro\App_Code\IVBServiceservice.cs:698
    MetroOnline.MetroWebServiceProxy.GetDeveloperKey(String developer) in c:\inetpub\WebPages\e_metroonline\web\content\metro\App_Code\MetroWebServiceProxy.cs:435
    MetroOnline.Buy.Buy_Default.Page_Load(Object sender, EventArgs e) in c:\inetpub\WebPages\e_metroonline\web\content\metro\Buy\Default.aspx.cs:63
    System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +14
    System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +35
    System.Web.UI.Control.OnLoad(EventArgs e) +99
    System.Web.UI.Control.LoadRecursive() +50
    System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627




  • bende bir programı açamıyorum bu hatayı veriyor üstatlarımdan yardım ricaediyorum saygılarımla
    SQL Server does not exist or access denied.
    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.Data.SqlClient.SqlException: SQL Server does not exist or access denied.

    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:


    [SqlException: SQL Server does not exist or access denied.]
    System.Data.SqlClient.ConnectionPool.GetConnection(Boolean& isInTransaction) +474
    System.Data.SqlClient.SqlConnectionPoolManager.GetPooledConnection(SqlConnectionString options, Boolean& isInTransaction) +372
    System.Data.SqlClient.SqlConnection.Open() +384
    parametre..ctor(Page Page1, Boolean KontrolEt) +395
    SysGir.Page_Load(Object sender, EventArgs e) +52
    System.Web.UI.Control.OnLoad(EventArgs e) +67
    System.Web.UI.Control.LoadRecursive() +35
    System.Web.UI.Page.ProcessRequestMain() +731




  • Proticaret kurdum akbank sanal pos 3d destekli kullanıyorum ve aşagıdaki hatayı alıyorum ne isim tescil nede proticaret çözemediler ikiside birbirlerinin üzerine atıp duruyorlar hatayı siz yardım edebilirmisiniz.

    '/' Uygulamasında Sunucu Hatası.

    Doğrulama yordamına göre uzak sertifika geçersiz.

    Açıklama: Geçerli web isteği yürütülürken işlenmemiş özel durum oluştu. Lütfen hata ve kod içinde kaynaklandığı yer hakkında daha fazla bilgi almak için yığın izlemesini gözden geçirin.

    Özel Durum Ayrıntıları: System.Security.Authentication.AuthenticationException: Doğrulama yordamına göre uzak sertifika geçersiz.

    Kaynak Hatası:

    Geçerli web isteği yürütülürken işlenmeyen bir özel durum üretildi. Özel durumun kaynağı ve konumuna ilişkin bilgiler aşağıdaki özel durum yığını izlemesi kullanılarak belirlenebilir.

    Yığın İzleme:


    [AuthenticationException: Doğrulama yordamına göre uzak sertifika geçersiz.]
    System.Net.Security.SslState.StartSendAuthResetSignal(ProtocolToken message, AsyncProtocolRequest asyncRequest, Exception exception) +1435867
    System.Net.Security.SslState.CheckCompletionBeforeNextReceive(ProtocolToken message, AsyncProtocolRequest asyncRequest) +5352701
    System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest) +137
    System.Net.Security.SslState.ProcessReceivedBlob(Byte[] buffer, Int32 count, AsyncProtocolRequest asyncRequest) +53
    System.Net.Security.SslState.StartReadFrame(Byte[] buffer, Int32 readBytes, AsyncProtocolRequest asyncRequest) +120
    System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest) +85
    System.Net.Security.SslState.CheckCompletionBeforeNextReceive(ProtocolToken message, AsyncProtocolRequest asyncRequest) +49
    System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest) +137
    System.Net.Security.SslState.ProcessReceivedBlob(Byte[] buffer, Int32 count, AsyncProtocolRequest asyncRequest) +53
    System.Net.Security.SslState.StartReadFrame(Byte[] buffer, Int32 readBytes, AsyncProtocolRequest asyncRequest) +120
    System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest) +85
    System.Net.Security.SslState.CheckCompletionBeforeNextReceive(ProtocolToken message, AsyncProtocolRequest asyncRequest) +49
    System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest) +137
    System.Net.Security.SslState.ProcessReceivedBlob(Byte[] buffer, Int32 count, AsyncProtocolRequest asyncRequest) +53
    System.Net.Security.SslState.StartReadFrame(Byte[] buffer, Int32 readBytes, AsyncProtocolRequest asyncRequest) +120
    System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest) +85
    System.Net.Security.SslState.CheckCompletionBeforeNextReceive(ProtocolToken message, AsyncProtocolRequest asyncRequest) +49
    System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest) +137
    System.Net.Security.SslState.ProcessReceivedBlob(Byte[] buffer, Int32 count, AsyncProtocolRequest asyncRequest) +53
    System.Net.Security.SslState.StartReadFrame(Byte[] buffer, Int32 readBytes, AsyncProtocolRequest asyncRequest) +120
    System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest) +85
    System.Net.Security.SslState.CheckCompletionBeforeNextReceive(ProtocolToken message, AsyncProtocolRequest asyncRequest) +49
    System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest) +137
    System.Net.Security.SslState.ProcessReceivedBlob(Byte[] buffer, Int32 count, AsyncProtocolRequest asyncRequest) +53
    System.Net.Security.SslState.StartReadFrame(Byte[] buffer, Int32 readBytes, AsyncProtocolRequest asyncRequest) +120
    System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest) +85
    System.Net.Security.SslState.CheckCompletionBeforeNextReceive(ProtocolToken message, AsyncProtocolRequest asyncRequest) +49
    System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest) +137
    System.Net.Security.SslState.ForceAuthentication(Boolean receiveFirst, Byte[] buffer, AsyncProtocolRequest asyncRequest) +143
    System.Net.Security.SslState.ProcessAuthentication(LazyAsyncResult lazyResult) +99
    System.Net.TlsStream.CallProcessAuthentication(Object state) +47
    System.Threading.ExecutionContext.runTryCode(Object userData) +80
    System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData) +0
    System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) +102
    System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) +68
    System.Net.TlsStream.ProcessAuthentication(LazyAsyncResult result) +746
    System.Net.TlsStream.Write(Byte[] buffer, Int32 offset, Int32 size) +58
    System.Net.PooledStream.Write(Byte[] buffer, Int32 offset, Int32 size) +26
    System.Net.ConnectStream.WriteHeaders(Boolean async) +124

    [WebException: Temel alınan bağlantı kapatıldı: SSL/TLS güvenli kanalı içi güven ilişkisi kurulamadı.]
    System.Net.WebClient.UploadDataInternal(Uri address, String method, Byte[] data, WebRequest& request) +302
    System.Net.WebClient.UploadData(Uri address, String method, Byte[] data) +158
    System.Net.WebClient.UploadData(String address, String method, Byte[] data) +35
    vpos2.process3d(String OrderId, String ReturnOrderId, String UserName, String BankName, String BankGetWayAddress, String GetwayUserName, String GetwayId, String GetwayPassword, String CardHolder, String pan, String CreditCardNumber, String ExpMonth, String ExpYear, String Cv2, Decimal SubTotal, Int32 Taksit, Boolean Puan, Boolean Test, Boolean Isvada, String Key3D, Boolean Use3DSecre, String LongExpYear, String posno, String Xcip, String BonusName, Int32 PaynetType, String PaynetCode, String PaynetUserName, String PaynetPassword, String PayType, String eci, String xid, String cavv, String ykBankData, String mdStatus, String txstatus) +13170
    ASPNetPortal.OrderStep3d.OneClickButton2_Click(Object sender, EventArgs e) +3042
    System.Web.UI.WebControls.Button.OnClick(EventArgs e) +111
    System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +110
    System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +10
    System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +13
    System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +175
    System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1565




  • 
Sayfa: 1
- x
Bildirim
mesajınız kopyalandı (ctrl+v) yapıştırmak istediğiniz yere yapıştırabilirsiniz.