Ne arayalım?

ARAMIZA KATILIN

BİZE ULAŞIN

Adres:

E-posta:

host/bin/bilisimlife.dll

iletisim@bilisimlife.net




 
Rserit
Developer
       
 1026  
 278

Validation of Viewstate MAC Failed Hatası

Selamlar,
Web formlarda bazen"Validation of viewstate MAC failed. If this application is hosted by a Web Farm or cluster, ensure that configuration specifies the same validationKey and validation algorithm. AutoGenerate cannot be used in a cluster." hatasını alabiliriz. Bunu web config'e Page için bir konfigürasyon komutu ekleyerek çözebiliriz.

Web.config dosyasını açın ve şu satırlarını ekleyin (< system.web > altına)

< system >
< pages validateRequest="false" enableEventValidation="false" anableViewStateMac="false" viewStateEncrytionMode="Never" >
< /system >

Sorun çözülecektir.

İyi çalışmalar,
Recep.

Bu gönderiyi 30.07.2017 22:45:32 tarihinde Rserit düzenledi.

Developer.