J'ai un site dont la 1ère page est une page d'authentification. Pour tous
les utilisateurs, c'est OK sauf pour 2 qui obtiennent un message d'erreur
lors de la validation
(en bas du message). En testant avec leurs identifiants, je n'ai aucun
problème pour me connecter...
Est ce que qqun aurait une idée ???
Sur la base de connaissance de MS, je n'ai rien trouvé à part une MAJ que
j'ai faite qui améliore le message d'erreur mais ne résoud pas le
problème...
Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information
about the error and where it originated in the code.
Exception Details: System.Web.HttpException: Unable to validate data.
Source Error:
An unhandled exception was generated during the execution of the current web
request. Information regarding the origin and location of the exception can
be identified using the exception stack trace below.
[HttpException (0x80004005): Authentication of viewstate failed. 1) If this
is a cluster, edit <machineKey> configuration so all servers use the same
validationKey and validation algorithm. AutoGenerate cannot be used in a
cluster. 2) Viewstate can only be posted back to the same page. 3) The
viewstate for this page might be corrupted.]
System.Web.UI.LosFormatter.Deserialize(String input) +118
System.Web.UI.Page.LoadPageStateFromPersistenceMedium() +102