Top "Machinekey" questions

Asp.net Validation of viewstate MAC failed

I am receiving the following error at certain times on asp.net website. Sys.WebForms.PageRequestManagerServerErrorException: Validation of viewstate MAC …

asp.net viewstate machinekey
Adding machineKey to web.config on web-farm sites

We (our IT partner really) recently changed some DNS for a web farmed site we have, so that the two …

asp.net web-config load-balancing web-farm machinekey
ASP.NET machineKey config section default location

Where do I find the machineKey config section for ASP.NET? I don't have one in my application Web.config, …

asp.net machinekey
IsolateApps causes Decryption key specified has invalid hex characters

I working on a MVC 4 site which has uses Authentication. The site requires that I specify the Machine Key values. …

asp.net-mvc encryption machinekey
The anti-forgery token could not be decrypted even in localhost?

Even though I am running in localhost, my mvc web site gives me this error: The anti-forgery token could not …

asp.net-mvc asp.net-mvc-5 machinekey
Getting the current ASP.NET machine key

I find myself wanting to get the ASP.NET machine key for the current application. This is, of course, easy …

asp.net machinekey
Uses for MachineKey in ASP.NET

What different ways are Machine Keys useful in asp.net? I think the following are correct but thought there may …

c# asp.net cookies viewstate machinekey
Losing Session State with ASP.NET/SQL Server

I have a ASP.NET MVC workflow configured as two websites managed by a load balancer. The websites use Sql …

asp.net asp.net-mvc machinekey sql-session-state
How to set machineKey on Azure Website

I'm running an Azure Website. Whenever I deploy, everyone gets logged out because the machineKey changes. I specified the machineKey …

asp.net authentication azure machinekey
ASP Website does not seem to use machineKey in Web.Config for FormsAuthentication.Decrypt

I want to pass the authentication cookie from my ASP.Net MVC 5 (.Net 4.5.1, hosted locally on iisexpress, run from Visual …

c# asp.net wcf forms-authentication machinekey