Re: view state mac failed
- From: stcheng@xxxxxxxxxxxxxxxxxxxx (Steven Cheng[MSFT])
- Date: Wed, 12 Jul 2006 08:05:32 GMT
Hi Nalaka,
Thanks for your response.
The ASP.NET's ViewState is by default persisted through the
<input name="__VIEWSTAT" ... />
html hidden field. Therefore, it is likely that the commision Unction
scripts has corrupt the hidden field's value. If you can build a very
simple page to reproduce the problem, you can view the page's client-side
html source (in web browser) and check those client scripts to see whether
any of them is accessing the hidden form element.
Another troubleshooting approach is use some http trace tools (such as
fidder or tcptrace or trace utility) to capture the page's http request/
response. We can verify the <input name="__VIEWSTAT" ... /> value after it
is sent to client and before it is postback again to server. If there
value is different, there is certainly some client-script that has modified
it.
Hope this helps some.
Regards,
Steven Cheng
Microsoft MSDN Online Support Lead
==================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
.
- References:
- view state mac failed
- From: Nalaka
- RE: view state mac failed
- From: Steven Cheng[MSFT]
- RE: view state mac failed
- From: Steven Cheng[MSFT]
- Re: view state mac failed
- From: Nalaka
- view state mac failed
- Prev by Date: Http Module -Multiple Projects
- Next by Date: Re: Application variables not resetting
- Previous by thread: Re: view state mac failed
- Next by thread: gridview won't refresh
- Index(es):
Relevant Pages
|