473,396 Members | 1,907 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,396 software developers and data experts.

Viewstate Error for only one client

Hi,

I was wondering if any one can shed some light on this.

One user of my site gets the following error: "The viewstate is invalid
for this page and might be corrupted."

I have read pretty much every article on this and have tried every
solution!

I am wondering if it is something to do with their machine as it is
only happening for one user?

They are using
Windows 98
Windows Explorer 6.0.2800.1106 ic

Any suggestions as to what could be wrong?

Thanks in advance

Caro

Nov 19 '05 #1
2 1128
check to see if they are using a proxy server (firewall). the firewall can
cause two problems

1) truncate the viewstate because its to long.
2) some proxys validate the html data, and will strip the viewstate because
the the name ms gives it ("__viewstate") is not a legal name (w3c standard
says element names cannot start with an underscore).

-- bruce (sqlwork.com)
<ca***@orange.net> wrote in message
news:11**********************@g47g2000cwa.googlegr oups.com...
Hi,

I was wondering if any one can shed some light on this.

One user of my site gets the following error: "The viewstate is invalid
for this page and might be corrupted."

I have read pretty much every article on this and have tried every
solution!

I am wondering if it is something to do with their machine as it is
only happening for one user?

They are using
Windows 98
Windows Explorer 6.0.2800.1106 ic

Any suggestions as to what could be wrong?

Thanks in advance

Caro

Nov 19 '05 #2
It seems possible that this is the problem?

They are using Norton Internet Security Professional 2004 - I have
found some other references to problems with .net when installing
various versions of Norton internet security professional but nothing
related to viewstate.

I have tries the trouble shooting pages on their site but they were no
help.

I was wondering if you knew any way I can fix this...? (would setting
this as a trusted site in the firewall help?)

Any suggestions much appreciated!

Thanks very much
Caro
Bruce Barker wrote:
check to see if they are using a proxy server (firewall). the firewall can
cause two problems

1) truncate the viewstate because its to long.
2) some proxys validate the html data, and will strip the viewstate because
the the name ms gives it ("__viewstate") is not a legal name (w3c standard
says element names cannot start with an underscore).

-- bruce (sqlwork.com)
<ca***@orange.net> wrote in message
news:11**********************@g47g2000cwa.googlegr oups.com...
Hi,

I was wondering if any one can shed some light on this.

One user of my site gets the following error: "The viewstate is invalid
for this page and might be corrupted."

I have read pretty much every article on this and have tried every
solution!

I am wondering if it is something to do with their machine as it is
only happening for one user?

They are using
Windows 98
Windows Explorer 6.0.2800.1106 ic

Any suggestions as to what could be wrong?

Thanks in advance

Caro


Nov 19 '05 #3

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

Similar topics

3
by: Trevor Andrew | last post by:
Hi There, I have a small ASP.NET application under development. I am using VS.NET 2002 (2003 upgrade is on the way) with .NET Framework 1.1. It is hosted on a web hosting service in the US. I am...
1
by: Sky | last post by:
Although I've been using C# for the last month or so, and accepting out of blind faith the ViewState, I do have some nagging questions about it... can you help verify the following statements? ...
2
by: Jerry O | last post by:
Hi, I appear to have a problem where the user is not kicked back to the forms authentictation url when they post a webform, via a get, that results in a long url due to viewstate. Instead they...
2
by: ce | last post by:
Being a newbie regarding serialization and memorystreams, I was trying to see if i could improve page performance (avoiding going to the db on a postback) by saving my serialized business object in...
5
by: No one | last post by:
Here is the view state error I am getting on a Windows 2003 box: ------------------------------------------------- Unable to validate data. Description: An unhandled exception occurred during...
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...
10
by: Robert | last post by:
I have an app that was originally 1.1, now migrated to 2.0 and have run into some sporadic viewstate errors...usually saying the viewstate is invalid, eventvalidation failed or mac error. My web...
7
by: GS | last post by:
Hello, I'm receiving The state information is invalid for this page and might be corrupted error message when running code below. This happens on second post back. Why is it happening? My...
6
by: scottrm | last post by:
Hi Users seem to be getting the following intermitent error whe they post a form. Validation of viewstate MAC failed. If this application is hosted by a Web Farm or cluster, ensure that...
0
by: tynorton | last post by:
Hey, I've been working on this issue for a while now, with no leads or success. The scenario is a homemade modal dialog using UpdatePanels. There a couple ImageButtons inside of usercontrols...
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: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
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...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

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.