Tag Archive

Validation of viewstate MAC failed

Published on 28/05/2009 By jewe

Turn off event validation! Everything I read on that was telling me it would be a security nightmare to have a public application with page validateRequest=”false” enableEventValidation=”false” viewStateEncryptionMode=”never” in your web config file. After a little bit searching I found http://www.developmentnow.com/articles/machinekey_generator.aspx that generated a machine key and the xml required for my web config file.

Migrating IIS7 Site Settings

Published on 20/05/2009 By jewe

In IIS 5 and 6, you could export Site configuration settings and import them back on another machine making server migration very easy. When IIS 7 came along, we lost that command in the IIS Manager. Fortunately, there is now a new set of command lines that can do almost the same thing. Export the [...]

How to install ASP.NET 1.1 with IIS7 on Vista and Windows 2008

Published on 20/05/2009 By jewe

A great post to run older asp.net applications on iis7 Config IIS7