473,387 Members | 1,535 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

unable to validate data

running IIS on a single server, hosting pages on an intranet basis,
one single user out of 50 is having an unable to validate data issue
how do i fix this (the microsoft KB is a little inconclusive) ?

cheers

mark

this is the error message

Unable to validate data.
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.

Stack Trace:

[HttpException (0x80004005): Unable to validate data.]

System.Web.Configuration.MachineKey.GetDecodedData (Byte[] buf, Byte[]
modifier, Int32 start, Int32 length, Int32& dataLength) +196

System.Web.UI.LosFormatter.Deserialize(String input) +60

[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.LoadPageStateFromPersistenceMed ium() +102

[HttpException (0x80004005): Invalid_Viewstate

Client IP: 192.168.0.21

Port: 1109

User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1;
..NET CLR 1.1.4322; .NET CLR 2.0.50727)

ViewState:
dDwtMTM3MjY4MTQzNTt0PDtsPGk8MT47PjtsPHQ8O2w8aTw1Pj tpPDEwPjtpPDExPjs+O2w8dDxAMDxwPHA8bDxQYWdlQ291bnQ7 XyFJdGVtQ291bnQ7XyFEYXRhU291cmNlSXRlbUNvdW50O0RhdG FLZXlzOz47bDxpPDE+O2k8MD47aTwwPjtsPD47Pj47Pjs7Ozs7 Ozs7Ozs+Ozs+O3Q8cDxwPGw8VGV4dDs+O2w8NS8yNi8yMDA1LS 0tLS0tLS0tNi8yLzIwMDU7Pj47Pjs7Pjt0PHA8cDxsPFRleHQ7 PjtsPEplbm5hIEtlbm5lZHk7Pj47Pjs7Pjs+Pjs+Pjs+Y5qdRv 2F2k73KF7fQjKP5EMZbcw=

Http-Referer: http://**********/

Path: /**************.]

System.Web.UI.Page.LoadPageStateFromPersistenceMed ium() +448

System.Web.UI.Page.LoadPageViewState() +18

System.Web.UI.Page.ProcessRequestMain() +447

Jan 5 '06 #1
4 5737
I have also run into similar issue on our app. most of the time the culprit
is presence of a proxy server or a cache server intercepting the
request/response and chopping off the view state if its too big. Check if
these users have components like WebTv or Google accelrator.

"Mike Fellows" wrote:
running IIS on a single server, hosting pages on an intranet basis,
one single user out of 50 is having an unable to validate data issue
how do i fix this (the microsoft KB is a little inconclusive) ?

cheers

mark

this is the error message

Unable to validate data.
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.

Stack Trace:

[HttpException (0x80004005): Unable to validate data.]

System.Web.Configuration.MachineKey.GetDecodedData (Byte[] buf, Byte[]
modifier, Int32 start, Int32 length, Int32& dataLength) +196

System.Web.UI.LosFormatter.Deserialize(String input) +60

[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.LoadPageStateFromPersistenceMed ium() +102

[HttpException (0x80004005): Invalid_Viewstate

Client IP: 192.168.0.21

Port: 1109

User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1;
..NET CLR 1.1.4322; .NET CLR 2.0.50727)

ViewState:
dDwtMTM3MjY4MTQzNTt0PDtsPGk8MT47PjtsPHQ8O2w8aTw1Pj tpPDEwPjtpPDExPjs+O2w8dDxAMDxwPHA8bDxQYWdlQ291bnQ7 XyFJdGVtQ291bnQ7XyFEYXRhU291cmNlSXRlbUNvdW50O0RhdG FLZXlzOz47bDxpPDE+O2k8MD47aTwwPjtsPD47Pj47Pjs7Ozs7 Ozs7Ozs+Ozs+O3Q8cDxwPGw8VGV4dDs+O2w8NS8yNi8yMDA1LS 0tLS0tLS0tNi8yLzIwMDU7Pj47Pjs7Pjt0PHA8cDxsPFRleHQ7 PjtsPEplbm5hIEtlbm5lZHk7Pj47Pjs7Pjs+Pjs+Pjs+Y5qdRv 2F2k73KF7fQjKP5EMZbcw=

Http-Referer: http://**********/

Path: /**************.]

System.Web.UI.Page.LoadPageStateFromPersistenceMed ium() +448

System.Web.UI.Page.LoadPageViewState() +18

System.Web.UI.Page.ProcessRequestMain() +447

Jan 5 '06 #2

"ThirdEye" <Th******@discussions.microsoft.com> wrote in message
news:09**********************************@microsof t.com...
I have also run into similar issue on our app. most of the time the culprit
is presence of a proxy server or a cache server intercepting the
request/response and chopping off the view state if its too big. Check if
these users have components like WebTv or Google accelrator.

"Mike Fellows" wrote:


nothing like that on the users machine, we do have IIS server but its
bypassed for local sites,
just seems weird that its on one machine - it follows the users profile
around as well - so if the user
logs onto another machine - the problem surfaces - might be the cache in the
users profile - will try to clear that
Jan 5 '06 #3
sorry meant ISA server
"Mike Fellows" <mi*************@equityhouse.NOSPAM.co.uk> wrote in message
news:wd********************@giganews.com...

"ThirdEye" <Th******@discussions.microsoft.com> wrote in message
news:09**********************************@microsof t.com...
I have also run into similar issue on our app. most of the time the
culprit
is presence of a proxy server or a cache server intercepting the
request/response and chopping off the view state if its too big. Check if
these users have components like WebTv or Google accelrator.

"Mike Fellows" wrote:


nothing like that on the users machine, we do have IIS server but its
bypassed for local sites,
just seems weird that its on one machine - it follows the users profile
around as well - so if the user
logs onto another machine - the problem surfaces - might be the cache in
the users profile - will try to clear that

Jan 5 '06 #4
Any resolution to this?
--
Brad

"Build a man a fire, you warm him for the night. Set a man on fire, you warm
him for the rest of his life."
"Mike Fellows" wrote:
sorry meant ISA server
"Mike Fellows" <mi*************@equityhouse.NOSPAM.co.uk> wrote in message
news:wd********************@giganews.com...

"ThirdEye" <Th******@discussions.microsoft.com> wrote in message
news:09**********************************@microsof t.com...
I have also run into similar issue on our app. most of the time the
culprit
is presence of a proxy server or a cache server intercepting the
request/response and chopping off the view state if its too big. Check if
these users have components like WebTv or Google accelrator.

"Mike Fellows" wrote:


nothing like that on the users machine, we do have IIS server but its
bypassed for local sites,
just seems weird that its on one machine - it follows the users profile
around as well - so if the user
logs onto another machine - the problem surfaces - might be the cache in
the users profile - will try to clear that


Feb 28 '06 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: FabFreddy | last post by:
Hi, I can't find out what the problem is with the error message below! I get it when I go from one to another page with controls in these pages. Anyone knows??? THX Unable to validate...
0
by: Amy | last post by:
Hi, I'm suddenly getting this error when I post back from my application. the application worked once, i added some code on one page (customizing a datagrid), and suddenly I'm getting this...
0
by: D Fields | last post by:
We get this when certain images are uploaded.....any ideas?........ Message: Unable to validate data. Stack Trace: at System.Web.Configuration.MachineKey.GetDecodedData(Byte buf, Byte...
2
by: Stu | last post by:
Hi, When I try and use Javascript to post page form data from one aspx page to another I get the error 'Unable to validate data. '. I am not trying to read the data using web controls I am...
2
by: Harrie Verveer | last post by:
Hi, I'm building quiet a large webapplication (CMS) in ASP.NET. On localhost the application runs fine. For publishing we use 2 hosting providers at the moment (let's call those 'A' and 'B')....
5
by: sjl | last post by:
I've got an .aspx webform for searching my database. It basically takes user input and passes it as a parm into a stored proc to search a table. The results are returned in a SQLDataReader and...
0
by: James Crowley | last post by:
Hi everyone, My site is randomly firing off a "ExceptionHttpException : Unable to validate data. " error on some of its forms at the moment: ------- HttpException : Unable to validate data....
7
by: James Crowley | last post by:
Hi everyone, My site is randomly firing off a "ExceptionHttpException : Unable to validate data. " error on some of its forms at the moment: ------- HttpException : Unable to validate data....
6
by: Solje | last post by:
Im developing an ASP.NET application used for maintinance purpose and it may be idle for some ours. The application crash with the error shown below when the user click on some contol in the...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.