arkadaşlar sobee girişi yapmak istediğimde karşıma bu ileti çıkıyor ;
Server Error in '/sobeelogin' 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.
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.
Source Error:
[No relevant source lines]
Source File: c:\Windows\Microsoft.NET\Framework64\v2.0.50727\Temporary ASP.NET Files\sobeelogin\86c6b236\4fedf9a9\App_Web_jdroowvl.0.cs Line: 0
Stack Trace:
[HttpException (0x80004005): Unable to validate data.]
System.Web.Configuration.MachineKeySection.GetDecodedData(Byte[] buf, Byte[] modifier, Int32 start, Int32 length, Int32& dataLength) +10986325
System.Web.UI.ObjectStateFormatter.Deserialize(String inputString) +295
[ViewStateException: Invalid viewstate.
Client IP: 78.160.235.227
Port: 11954
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
ViewState: /wEPDwUJLTE5NjcyNTAwD2QWAmYPZBYEZg8PZBYEHgdvbkZvY3VzBSNUeHRGb2N1cyh0aGlzLCdDZXAgTm8gdmV5YSBFbWFpbCcpOx4Gb25CbHVyBSJUeHRCbHVyKHRoaXMsJ0NlcCBObyB2ZXlhIEVtYWlsJyk7ZAIBDw9kFgYfAAUYVHh0Rm9jdXModGhpcywnxZ5pZnJlJyk7HwEFF1R4dEJsdXIodGhpcywnxZ5pZnJlJyk7HgV2YWx1ZQUGxZ5pZnJlZBgBBR5fX0NvbnRyb2xzUmVxdWlyZVBvc3RCYWNrS2V5X18WAQUIYnRuRW50ZXKtz4BzNhKXDZW05wn7/twyheWWjg==
Referer: http://www.istanbuloyun.com/sobeelogin/logingame.aspx
Path: /sobeelogin/logingame.aspx]
[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.]
System.Web.UI.ViewStateException.ThrowError(Exception inner, String persistedState, String errorPageMessage, Boolean macValidationError) +148
System.Web.UI.ObjectStateFormatter.Deserialize(String inputString) +10959605
System.Web.UI.Util.DeserializeWithAssert(IStateFormatter formatter, String serializedState) +59
System.Web.UI.HiddenFieldPageStatePersister.Load() +10959704
System.Web.UI.Page.LoadPageStateFromPersistenceMedium() +11043464
System.Web.UI.Page.LoadAllState() +46
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +11038983
System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +11038522
System.Web.UI.Page.ProcessRequest() +91
System.Web.UI.Page.ProcessRequest(HttpContext context) +240
ASP.logingame_aspx.ProcessRequest(HttpContext context) in c:\Windows\Microsoft.NET\Framework64\v2.0.50727\Temporary ASP.NET Files\sobeelogin\86c6b236\4fedf9a9\App_Web_jdroowvl.0.cs:0
System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +599
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +171
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.4200; ASP.NET Version:2.0.50727.4016
NE YAPMAM GEREK ?? giremiyorum plus süremde geçiyor....
SOBEE GRİŞİ SORUNU (30 Nisan Cuma)
SOBEE GRİŞİ SORUNU (30 Nisan Cuma)
Inflecto Pro Sanctus Porta Quod Veneratioalius!
- basshunter09
- Işık Hanım'ın Elemanı

- Mesajlar: 245
- Kayıt: 04 Ara 2009 19:30
- Sunucu: Eminönü
- Klan: Lodos
- Lonca: Seyri Beka
Re: SOBEE GRİŞİ SORUNU (30 Nisan Cuma)
Aynısı oluyor banada 3-4 kere dene geçiyor ama sorun düzeltilse iyi olur.
xxxMsTfxxx
Walkınqdead


Walkınqdead


Re: SOBEE GRİŞİ SORUNU (30 Nisan Cuma)
kardeş ben 10 saniyede bir deneme yapıyorum 50 keredir açmıyor hiç ama hiç.... çıldırıcambasshunter09 yazdı:Aynısı oluyor banada 3-4 kere dene geçiyor ama sorun düzeltilse iyi olur.
Inflecto Pro Sanctus Porta Quod Veneratioalius!
Re: SOBEE GRİŞİ SORUNU (30 Nisan Cuma)
ikv destek'e ulaşmaya çalıştığımdada
Server Error in '/ikvdestek' Application.
Runtime Error
Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.
Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".
<!-- Web.Config Configuration File -->
<configuration>
<system.web>
<customErrors mode="Off"/>
</system.web>
</configuration>
Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.
<!-- Web.Config Configuration File -->
<configuration>
<system.web>
<customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
</system.web>
</configuration>
bu hatayı veriyor al başına belayı...........
Server Error in '/ikvdestek' Application.
Runtime Error
Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.
Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".
<!-- Web.Config Configuration File -->
<configuration>
<system.web>
<customErrors mode="Off"/>
</system.web>
</configuration>
Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.
<!-- Web.Config Configuration File -->
<configuration>
<system.web>
<customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
</system.web>
</configuration>
bu hatayı veriyor al başına belayı...........
Inflecto Pro Sanctus Porta Quod Veneratioalius!
Re: SOBEE GRİŞİ SORUNU (30 Nisan Cuma)
lütfen arkadaşlarrr yardımlarınızı bekliyorum kitlenmiş durumdayım...
Inflecto Pro Sanctus Porta Quod Veneratioalius!

