Ekrem
                Kategori:Çalışma Notları
            | Tarih:
            19.12.2018 11:29:26
            Bu yazı 1076 defa okundu
        
        
            Validation of viewstate MAC failed
        
             Web sitesi projenizi geliştirmeye başladınız. Sonra aşağıdaki hatayı aldınız. Buyrun hata :)
            Web sitesi projenizi geliştirmeye başladınız. Sonra aşağıdaki hatayı aldınız. Buyrun hata :)
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
web.config içindeki <pages> etiketine  aşağıdaki kod bloğunu ekleyiverin.
<pages enableEventValidation="false" validateRequest="false" enableViewStateMac="false" >
Bu kadar. Benden söylemesi