Şimdi Ara

server eror hatası çok acil final notum

Daha Fazla
Bu Konudaki Kullanıcılar: Daha Az
2 Misafir - 2 Masaüstü
5 sn
12
Cevap
0
Favori
725
Tıklama
Daha Fazla
İstatistik
  • Konu İstatistikleri Yükleniyor
0 oy
Öne Çıkar
Sayfa: 1
Giriş
Mesaj
  • godady sitesinden barındırma ve alan adı aldım sitemi düzgün cuteftp kullanarak yayınladım ana sayfada hata olmuyor kullanıcı girişi yapınca bu hatayı veriyor yardım edin lütfen

    Server Error in '/' Application.

    Validation of viewstate MAC failed. If this application is hosted by a Web Farm or cluster, ensure that <machineKey> configuration specifies the same validationKey and validation algorithm. AutoGenerate cannot be used in a cluster.

    Seehttp://go.microsoft.com/fwlink/?LinkID=314055 for more information.

    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.Web.HttpException: Validation of viewstate MAC failed. If this application is hosted by a Web Farm or cluster, ensure that <machineKey> configuration specifies the same validationKey and validation algorithm. AutoGenerate cannot be used in a cluster.

    Seehttp://go.microsoft.com/fwlink/?LinkID=314055 for more information.

    Source Error:


    [No relevant source lines]

    Source File: App_Web_b5q0iiqd.8.cs Line: 0

    Stack Trace:


    [ViewStateException: Invalid viewstate.
    Client IP: 176.219.151.29
    Port: 56046
    Referer:http://www.crazymusicc.net/uyeol.aspx
    Path: /uyeol.aspx
    User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.81 Safari/537.36
    ViewState: /wEPDwULLTIwNjQ4MTI3OTVkZHV9w2r9S38yyCDWTMpi8sIk6qSS1UgPDMo3PdV89253]

    [HttpException (0x80004005): Validation of viewstate MAC failed. If this application is hosted by a Web Farm or cluster, ensure that <machineKey> configuration specifies the same validationKey and validation algorithm. AutoGenerate cannot be used in a cluster.

    Seehttp://go.microsoft.com/fwlink/?LinkID=314055 for more information.]
    System.Web.UI.ViewStateException.ThrowError(Exception inner, String persistedState, String errorPageMessage, Boolean macValidationError) +116
    System.Web.UI.ObjectStateFormatter.Deserialize(String inputString, Purpose purpose) +432
    System.Web.UI.ObjectStateFormatter.System.Web.UI.IStateFormatter2.Deserialize(String serializedState, Purpose purpose) +8
    System.Web.UI.Util.DeserializeWithAssert(IStateFormatter2 formatter, String serializedState, Purpose purpose) +40
    System.Web.UI.HiddenFieldPageStatePersister.Load() +248
    System.Web.UI.Page.LoadPageStateFromPersistenceMedium() +272
    System.Web.UI.Page.LoadAllState() +36
    System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +6704
    System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +245
    System.Web.UI.Page.ProcessRequest() +72
    System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context) +21
    System.Web.UI.Page.ProcessRequest(HttpContext context) +58
    ASP.uyeol_aspx.ProcessRequest(HttpContext context) in App_Web_b5q0iiqd.8.cs:0
    System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +341
    System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +69

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







  • Web config te System.web altına aşağıdaki kodu ekleyip dener misiniz?

    <pages validateRequest="false" enableEventValidation="false" viewStateEncryptionMode ="Never" />

    < Bu ileti mobil sürüm kullanılarak atıldı >
  • Deneyeceğim hocam teşekkürler

    < Bu ileti mini sürüm kullanılarak atıldı >
  • erver Error in '/' Application.

    Security Exception

    Description: The application attempted to perform an operation not allowed by the security policy. To grant this application the required permission please contact your system administrator or change the application's trust level in the configuration file.

    Exception Details: System.Security.SecurityException: Request for the permission of type 'System.Data.OleDb.OleDbPermission, System.Data, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed.

    Source Error:


    Line 20: protected void Button1_Click(object sender, EventArgs e)
    Line 21: {
    Line 22: baglanti.Open();
    Line 23: OleDbDataAdapter da = new OleDbDataAdapter("Select * From Uyeler where uyeadi=@ad and sifre=@sifre", baglanti);
    Line 24: da.SelectCommand.Parameters.AddWithValue("@ad", TextBox1.Text);

    Source File: g:\pleskvhosts\crazymusicc.net\httpdocs\Default.aspx.cs Line: 22

    Stack Trace:


    [SecurityException: Request for the permission of type 'System.Data.OleDb.OleDbPermission, System.Data, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed.]
    System.Security.CodeAccessSecurityEngine.Check(Object demand, StackCrawlMark& stackMark, Boolean isPermSet) +0
    System.Security.CodeAccessSecurityEngine.Check(PermissionSet permSet, StackCrawlMark& stackMark) +31
    System.Security.PermissionSet.Demand() +68
    System.Data.Common.DbConnectionOptions.DemandPermission() +40
    System.Data.OleDb.OleDbConnection.PermissionDemand() +47
    System.Data.OleDb.OleDbConnectionFactory.PermissionDemand(DbConnection outerConnection) +20
    System.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions) +146
    System.Data.ProviderBase.DbConnectionClosed.TryOpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions) +16
    System.Data.ProviderBase.DbConnectionInternal.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory) +17
    System.Data.OleDb.OleDbConnection.Open() +42
    _Default.Button1_Click(Object sender, EventArgs e) in g:\pleskvhosts\crazymusicc.net\httpdocs\Default.aspx.cs:22
    System.Web.UI.WebControls.Button.OnClick(EventArgs e) +9628722
    System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +103
    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) +35
    System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +6704
    System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +245
    System.Web.UI.Page.ProcessRequest() +72
    System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context) +21
    System.Web.UI.Page.ProcessRequest(HttpContext context) +58
    ASP.default_aspx.ProcessRequest(HttpContext context) in App_Web_wlnafqde.18.cs:0
    System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +341
    System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +69

    bu hatayı vermeye başladı




  • Up

    < Bu ileti mini sürüm kullanılarak atıldı >
  • yukarı lütfen yardım
  • Yukarı

    < Bu ileti mini sürüm kullanılarak atıldı >
  • Yapay Zeka’dan İlgili Konular
    Çok acil lütfen invalid cd key
    16 yıl önce açıldı
    Daha Fazla Göster
  • up
  • buradan trust level değerini full yapıp dener misiniz?

    https://support.godaddy.com/help/article/2531/what-trust-level-can-i-use-when-running-asp-net?locale=tr-TR&countrysite=tr



    birde ricam burada ap up yazacağınıza çıkan hata kısmını google a yapıştırsanız bir dünya kaynak çıkıyor. bu şekilde alışırsanız ilerde problem çözemezsiniz.

    hatanın ne olduğunu nereye bakmanız gerektiğini nasıl aramanız ve nasıl sormanız gerektiğini ancak araştırma yaparak öğrenirsiniz.




  • quote:

    Orijinalden alıntı: dobbamca

    buradan trust level değerini full yapıp dener misiniz?

    https://support.godaddy.com/help/article/2531/what-trust-level-can-i-use-when-running-asp-net?locale=tr-TR&countrysite=tr



    birde ricam burada ap up yazacağınıza çıkan hata kısmını google a yapıştırsanız bir dünya kaynak çıkıyor. bu şekilde alışırsanız ilerde problem çözemezsiniz.

    hatanın ne olduğunu nereye bakmanız gerektiğini nasıl aramanız ve nasıl sormanız gerektiğini ancak araştırma yaparak öğrenirsiniz.

    Teşekkür ederim hocam acemiyim daha hatayı yazıyorum ama çözüm bulamıyorum internetten

    < Bu ileti mobil sürüm kullanılarak atıldı >




  • dobbamca D kullanıcısına yanıt
    sorun çözüldü hocam çok teşekkür ediyorum çok sevindirdiniz beni allah ne muradınız varsa verir inşallah
  • rica ederim.
  • 
Sayfa: 1
- x
Bildirim
mesajınız kopyalandı (ctrl+v) yapıştırmak istediğiniz yere yapıştırabilirsiniz.