"Padding is invalid and cannot be removed" error ASP NET 2.0

Discussion in 'ASP.NET 2.0' started by scigoalplan, Jun 28, 2007.

  1. I have every error message my webpages product logged and emailed to me automatically.


    I get an exception message quite a lot, not relating to any of the coding I have written though, more to do with ASP NET itself as it is generated by the ScriptResource.axd file.


    For example


    http://www.physiotherapyexercises.com/ScriptResource.axd?d=eCs_4xGqpHf6rgfGjcA46UkogTx8ItCyM4Rn0kcRGRqpbq29sRzuwjYxsA9GeX6lI0xktJkk6E3X2JORx9AOrw2&t=633171954180390895


    Mesage is something like


    "Padding is invalid and cannot be removed" and it talks about the Cryptography hander.


    Doing a google search, someone else had a similar problem due to different machine keys on a web farm.


    Does discount asp run via a web farm? Any thoughts?


    http://blogs.msdn.com/paraga/archive/2006/07/03/655081.aspx


    http://forums.asp.net/t/1019434.aspx
     
  2. Bruce

    Bruce DiscountASP.NET Staff

  3. Thanks!. Disabled viewstate on one of my pages as it wasn't required and was causing a few automated error emails.
     

Share This Page