Ask a Question related to ASP.NET General, Design and Development.
-
Ersin Gençtürk #1
sometimes clients get : viewstate invalid error , anyone knows why ?
Server : WEB
System.Web.HttpUnhandledException: Exception of type
System.Web.HttpUnhandledException was thrown. ---> System.Web.HttpException:
The View State is invalid for this page and might be corrupted.
at System.Web.UI.Page.LoadPageStateFromPersistenceMed ium()
at System.Web.UI.Page.LoadPageViewState()
at System.Web.UI.Page.ProcessRequestMain()
--- End of inner exception stack trace ---
at System.Web.UI.Page.HandleError(Exception e)
at System.Web.UI.Page.ProcessRequestMain()
at System.Web.UI.Page.ProcessRequest()
at System.Web.UI.Page.ProcessRequest(HttpContext context)
at System.Web.CallHandlerExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionS tep step, Boolean&
completedSynchronously)
ALL_HTTP: HTTP_CACHE_CONTROL:no-cache HTTP_CONNECTION:Keep-Alive
HTTP_CONTENT_LENGTH:171920
HTTP_CONTENT_TYPE:application/x-www-form-urlencoded
HTTP_ACCEPT:application/vnd.ms-excel, application/vnd.ms-powerpoint,
application/msword, application/x-shockwave-flash, image/gif,
image/x-xbitmap, image/jpeg, image/pjpeg, */* HTTP_ACCEPT_ENCODING:gzip,
deflate HTTP_ACCEPT_LANGUAGE:tr
HTTP_COOKIE:ASP.NET_SessionId=dmowwzb0l1ebbsanntjj in21;
..ASPXHONESt=FD258EA188BFF75184A48FB66CFFBDD4BC9C9 BE9392CF0C00BF24983009F026B
4E5B6B6410926621FADA420392A989581ED00F7FC800AA3A51 04A0529754830ADF24A9E8AFC0
3814 HTTP_HOST:kurumsal.horoz.com.tr
HTTP_REFERER:[url]http://kurumsal.horoz.com.tr/honestnet/AnlasmaliMusteri/Vestel/[/url]
BayiNoSorgulama.aspx HTTP_USER_AGENT:Mozilla/4.0 (compatible; MSIE 6.0;
Windows 98)
ALL_RAW: Cache-Control: no-cache Connection: Keep-Alive Content-Length:
171920 Content-Type: application/x-www-form-urlencoded Accept:
application/vnd.ms-excel, application/vnd.ms-powerpoint, application/msword,
application/x-shockwave-flash, image/gif, image/x-xbitmap, image/jpeg,
image/pjpeg, */* Accept-Encoding: gzip, deflate Accept-Language: tr Cookie:
ASP.NET_SessionId=dmowwzb0l1ebbsanntjjin21;
..ASPXHONESt=FD258EA188BFF75184A48FB66CFFBDD4BC9C9 BE9392CF0C00BF24983009F026B
4E5B6B6410926621FADA420392A989581ED00F7FC800AA3A51 04A0529754830ADF24A9E8AFC0
3814 Host: kurumsal.horoz.com.tr Referer:
[url]http://kurumsal.horoz.com.tr/honestnet/AnlasmaliMusteri/Vestel/BayiNoSorgula[/url]
ma.aspx User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows 98)
APPL_MD_PATH: /LM/W3SVC/1/Root/honestnet
APPL_PHYSICAL_PATH: C:\Inetpub\honestnet\
AUTH_TYPE: Forms
AUTH_USER: VESTEL
AUTH_PASSWORD:
LOGON_USER: VESTEL
REMOTE_USER: VESTEL
CERT_COOKIE:
CERT_FLAGS:
CERT_ISSUER:
CERT_KEYSIZE:
CERT_SECRETKEYSIZE:
CERT_SERIALNUMBER:
CERT_SERVER_ISSUER:
CERT_SERVER_SUBJECT:
CERT_SUBJECT:
CONTENT_LENGTH: 171920
CONTENT_TYPE: application/x-www-form-urlencoded
GATEWAY_INTERFACE: CGI/1.1
HTTPS: off
HTTPS_KEYSIZE:
HTTPS_SECRETKEYSIZE:
HTTPS_SERVER_ISSUER:
HTTPS_SERVER_SUBJECT:
INSTANCE_ID: 1
INSTANCE_META_PATH: /LM/W3SVC/1
LOCAL_ADDR: 10.0.0.10
PATH_INFO: /honestnet/AnlasmaliMusteri/Vestel/BayiNoSorgulama.aspx
PATH_TRANSLATED:
C:\Inetpub\honestnet\AnlasmaliMusteri\Vestel\BayiN oSorgulama.aspx
QUERY_STRING:
REMOTE_ADDR: 81.212.240.94
REMOTE_HOST: 81.212.240.94
REQUEST_METHOD: POST
SCRIPT_NAME: /honestnet/AnlasmaliMusteri/Vestel/BayiNoSorgulama.aspx
SERVER_NAME: kurumsal.horoz.com.tr
SERVER_PORT: 80
SERVER_PORT_SECURE: 0
SERVER_PROTOCOL: HTTP/1.1
SERVER_SOFTWARE: Microsoft-IIS/5.0
URL: /honestnet/AnlasmaliMusteri/Vestel/BayiNoSorgulama.aspx
HTTP_CACHE_CONTROL: no-cache
HTTP_CONNECTION: Keep-Alive
HTTP_CONTENT_LENGTH: 171920
HTTP_CONTENT_TYPE: application/x-www-form-urlencoded
HTTP_ACCEPT: application/vnd.ms-excel, application/vnd.ms-powerpoint,
application/msword, application/x-shockwave-flash, image/gif,
image/x-xbitmap, image/jpeg, image/pjpeg, */*
HTTP_ACCEPT_ENCODING: gzip, deflate
HTTP_ACCEPT_LANGUAGE: tr
HTTP_COOKIE: ASP.NET_SessionId=dmowwzb0l1ebbsanntjjin21;
..ASPXHONESt=FD258EA188BFF75184A48FB66CFFBDD4BC9C9 BE9392CF0C00BF24983009F026B
4E5B6B6410926621FADA420392A989581ED00F7FC800AA3A51 04A0529754830ADF24A9E8AFC0
3814
HTTP_HOST: kurumsal.horoz.com.tr
HTTP_REFERER:
[url]http://kurumsal.horoz.com.tr/honestnet/AnlasmaliMusteri/Vestel/BayiNoSorgula[/url]
ma.aspx
HTTP_USER_AGENT: Mozilla/4.0 (compatible; MSIE 6.0; Windows 98)
Ersin Gençtürk Guest
-
viewstate is invalid for Macintosh users
I am getting the following error message reported for Macinstosh end users only: "The viewstate is invalid for this page and might be corrupted"... -
Invalid Viewstate Webfarms and the elusive fix.
When I run my asp.net application on a web farm I get the following error "The viewstate is invalid for this page and might be corrupted" ... -
The viewstate is invalid for this page and might be corrupted problem
Hi all: I developed a web site, it passed various testing internally. When I put this site in production, I receive some error reports from this... -
Invalid ViewState and Machine Keys
Ever since we moved our asp.net website to two load balanced servers we have been getting every once in a while invalid or corrupted viewstate... -
The viewstate is invalid for this page and might be corrupted
I don't know if it helps, but I get this message when viewing an aspx page from my Toshiba E750 pda. The first page comes up fine. I then logon... -
Saravana #2
Re: sometimes clients get : viewstate invalid error , anyone knows why ?
Viewstate error might come due to many reasons, check out the eventlog and
try to solve the problem. Check out this support links to solve your problem
[url]http://support.microsoft.com/default.aspx?scid=KB;en-us;q316920[/url]
[url]http://support.microsoft.com/default.aspx?scid=kb;en-us;323744[/url]
[url]http://support.microsoft.com/default.aspx?scid=kb;en-us;812399[/url]
--
Saravana
Microsoft India Community Star,
MCAD,SE,SD,DBA.
"Ersin Gençtürk" <ersing@nospam.horoz.com.tr> wrote in message
news:#r5#mlIPDHA.2248@TK2MSFTNGP11.phx.gbl...System.Web.HttpException:> Server : WEB
> System.Web.HttpUnhandledException: Exception of type
> System.Web.HttpUnhandledException was thrown. --->..ASPXHONESt=FD258EA188BFF75184A48FB66CFFBDD4BC9C9 BE9392CF0C00BF24983009F026B> The View State is invalid for this page and might be corrupted.
> at System.Web.UI.Page.LoadPageStateFromPersistenceMed ium()
> at System.Web.UI.Page.LoadPageViewState()
> at System.Web.UI.Page.ProcessRequestMain()
> --- End of inner exception stack trace ---
> at System.Web.UI.Page.HandleError(Exception e)
> at System.Web.UI.Page.ProcessRequestMain()
> at System.Web.UI.Page.ProcessRequest()
> at System.Web.UI.Page.ProcessRequest(HttpContext context)
> at System.Web.CallHandlerExecutionStep.Execute()
> at System.Web.HttpApplication.ExecuteStep(IExecutionS tep step, Boolean&
> completedSynchronously)
>
> ALL_HTTP: HTTP_CACHE_CONTROL:no-cache HTTP_CONNECTION:Keep-Alive
> HTTP_CONTENT_LENGTH:171920
> HTTP_CONTENT_TYPE:application/x-www-form-urlencoded
> HTTP_ACCEPT:application/vnd.ms-excel, application/vnd.ms-powerpoint,
> application/msword, application/x-shockwave-flash, image/gif,
> image/x-xbitmap, image/jpeg, image/pjpeg, */* HTTP_ACCEPT_ENCODING:gzip,
> deflate HTTP_ACCEPT_LANGUAGE:tr
> HTTP_COOKIE:ASP.NET_SessionId=dmowwzb0l1ebbsanntjj in21;
>4E5B6B6410926621FADA420392A989581ED00F7FC800AA3A51 04A0529754830ADF24A9E8AFC0>HTTP_REFERER:[url]http://kurumsal.horoz.com.tr/honestnet/AnlasmaliMusteri/Vestel/[/url]> 3814 HTTP_HOST:kurumsal.horoz.com.tr
>application/msword,> BayiNoSorgulama.aspx HTTP_USER_AGENT:Mozilla/4.0 (compatible; MSIE 6.0;
> Windows 98)
> ALL_RAW: Cache-Control: no-cache Connection: Keep-Alive Content-Length:
> 171920 Content-Type: application/x-www-form-urlencoded Accept:
> application/vnd.ms-excel, application/vnd.ms-powerpoint,Cookie:> application/x-shockwave-flash, image/gif, image/x-xbitmap, image/jpeg,
> image/pjpeg, */* Accept-Encoding: gzip, deflate Accept-Language: tr..ASPXHONESt=FD258EA188BFF75184A48FB66CFFBDD4BC9C9 BE9392CF0C00BF24983009F026B> ASP.NET_SessionId=dmowwzb0l1ebbsanntjjin21;
>4E5B6B6410926621FADA420392A989581ED00F7FC800AA3A51 04A0529754830ADF24A9E8AFC0>[url]http://kurumsal.horoz.com.tr/honestnet/AnlasmaliMusteri/Vestel/BayiNoSorgula[/url]> 3814 Host: kurumsal.horoz.com.tr Referer:
>..ASPXHONESt=FD258EA188BFF75184A48FB66CFFBDD4BC9C9 BE9392CF0C00BF24983009F026B> ma.aspx User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows 98)
> APPL_MD_PATH: /LM/W3SVC/1/Root/honestnet
> APPL_PHYSICAL_PATH: C:\Inetpub\honestnet\
> AUTH_TYPE: Forms
> AUTH_USER: VESTEL
> AUTH_PASSWORD:
> LOGON_USER: VESTEL
> REMOTE_USER: VESTEL
> CERT_COOKIE:
> CERT_FLAGS:
> CERT_ISSUER:
> CERT_KEYSIZE:
> CERT_SECRETKEYSIZE:
> CERT_SERIALNUMBER:
> CERT_SERVER_ISSUER:
> CERT_SERVER_SUBJECT:
> CERT_SUBJECT:
> CONTENT_LENGTH: 171920
> CONTENT_TYPE: application/x-www-form-urlencoded
> GATEWAY_INTERFACE: CGI/1.1
> HTTPS: off
> HTTPS_KEYSIZE:
> HTTPS_SECRETKEYSIZE:
> HTTPS_SERVER_ISSUER:
> HTTPS_SERVER_SUBJECT:
> INSTANCE_ID: 1
> INSTANCE_META_PATH: /LM/W3SVC/1
> LOCAL_ADDR: 10.0.0.10
> PATH_INFO: /honestnet/AnlasmaliMusteri/Vestel/BayiNoSorgulama.aspx
> PATH_TRANSLATED:
> C:\Inetpub\honestnet\AnlasmaliMusteri\Vestel\BayiN oSorgulama.aspx
> QUERY_STRING:
> REMOTE_ADDR: 81.212.240.94
> REMOTE_HOST: 81.212.240.94
> REQUEST_METHOD: POST
> SCRIPT_NAME: /honestnet/AnlasmaliMusteri/Vestel/BayiNoSorgulama.aspx
> SERVER_NAME: kurumsal.horoz.com.tr
> SERVER_PORT: 80
> SERVER_PORT_SECURE: 0
> SERVER_PROTOCOL: HTTP/1.1
> SERVER_SOFTWARE: Microsoft-IIS/5.0
> URL: /honestnet/AnlasmaliMusteri/Vestel/BayiNoSorgulama.aspx
> HTTP_CACHE_CONTROL: no-cache
> HTTP_CONNECTION: Keep-Alive
> HTTP_CONTENT_LENGTH: 171920
> HTTP_CONTENT_TYPE: application/x-www-form-urlencoded
> HTTP_ACCEPT: application/vnd.ms-excel, application/vnd.ms-powerpoint,
> application/msword, application/x-shockwave-flash, image/gif,
> image/x-xbitmap, image/jpeg, image/pjpeg, */*
> HTTP_ACCEPT_ENCODING: gzip, deflate
> HTTP_ACCEPT_LANGUAGE: tr
> HTTP_COOKIE: ASP.NET_SessionId=dmowwzb0l1ebbsanntjjin21;
>4E5B6B6410926621FADA420392A989581ED00F7FC800AA3A51 04A0529754830ADF24A9E8AFC0>[url]http://kurumsal.horoz.com.tr/honestnet/AnlasmaliMusteri/Vestel/BayiNoSorgula[/url]> 3814
> HTTP_HOST: kurumsal.horoz.com.tr
> HTTP_REFERER:
>> ma.aspx
> HTTP_USER_AGENT: Mozilla/4.0 (compatible; MSIE 6.0; Windows 98)
>
>
>
>
Saravana Guest
-
Ersin Gençtürk #3
Re: sometimes clients get : viewstate invalid error , anyone knows why ?
Thanks Saravana , I looked them but all these 3 scenarios doesn't match our
situation.We get this error sometimes from our clients.We doesn't change
anything, any other ideas ?
"Saravana" <saravank@sct.co.in> wrote in message
news:#Tp6UzIPDHA.452@TK2MSFTNGP11.phx.gbl...problem> Viewstate error might come due to many reasons, check out the eventlog and
> try to solve the problem. Check out this support links to solve your..ASPXHONESt=FD258EA188BFF75184A48FB66CFFBDD4BC9C9 BE9392CF0C00BF24983009F026B> [url]http://support.microsoft.com/default.aspx?scid=KB;en-us;q316920[/url]
> [url]http://support.microsoft.com/default.aspx?scid=kb;en-us;323744[/url]
> [url]http://support.microsoft.com/default.aspx?scid=kb;en-us;812399[/url]
>
>
> --
> Saravana
> Microsoft India Community Star,
> MCAD,SE,SD,DBA.
>
>
> "Ersin Gençtürk" <ersing@nospam.horoz.com.tr> wrote in message
> news:#r5#mlIPDHA.2248@TK2MSFTNGP11.phx.gbl...> System.Web.HttpException:> > Server : WEB
> > System.Web.HttpUnhandledException: Exception of type
> > System.Web.HttpUnhandledException was thrown. --->>> > The View State is invalid for this page and might be corrupted.
> > at System.Web.UI.Page.LoadPageStateFromPersistenceMed ium()
> > at System.Web.UI.Page.LoadPageViewState()
> > at System.Web.UI.Page.ProcessRequestMain()
> > --- End of inner exception stack trace ---
> > at System.Web.UI.Page.HandleError(Exception e)
> > at System.Web.UI.Page.ProcessRequestMain()
> > at System.Web.UI.Page.ProcessRequest()
> > at System.Web.UI.Page.ProcessRequest(HttpContext context)
> > at System.Web.CallHandlerExecutionStep.Execute()
> > at System.Web.HttpApplication.ExecuteStep(IExecutionS tep step, Boolean&
> > completedSynchronously)
> >
> > ALL_HTTP: HTTP_CACHE_CONTROL:no-cache HTTP_CONNECTION:Keep-Alive
> > HTTP_CONTENT_LENGTH:171920
> > HTTP_CONTENT_TYPE:application/x-www-form-urlencoded
> > HTTP_ACCEPT:application/vnd.ms-excel, application/vnd.ms-powerpoint,
> > application/msword, application/x-shockwave-flash, image/gif,
> > image/x-xbitmap, image/jpeg, image/pjpeg, */* HTTP_ACCEPT_ENCODING:gzip,
> > deflate HTTP_ACCEPT_LANGUAGE:tr
> > HTTP_COOKIE:ASP.NET_SessionId=dmowwzb0l1ebbsanntjj in21;
> >4E5B6B6410926621FADA420392A989581ED00F7FC800AA3A51 04A0529754830ADF24A9E8AFC0>> >HTTP_REFERER:[url]http://kurumsal.horoz.com.tr/honestnet/AnlasmaliMusteri/Vestel/[/url]>> > 3814 HTTP_HOST:kurumsal.horoz.com.tr
> >..ASPXHONESt=FD258EA188BFF75184A48FB66CFFBDD4BC9C9 BE9392CF0C00BF24983009F026B> application/msword,> > BayiNoSorgulama.aspx HTTP_USER_AGENT:Mozilla/4.0 (compatible; MSIE 6.0;
> > Windows 98)
> > ALL_RAW: Cache-Control: no-cache Connection: Keep-Alive Content-Length:
> > 171920 Content-Type: application/x-www-form-urlencoded Accept:
> > application/vnd.ms-excel, application/vnd.ms-powerpoint,> Cookie:> > application/x-shockwave-flash, image/gif, image/x-xbitmap, image/jpeg,
> > image/pjpeg, */* Accept-Encoding: gzip, deflate Accept-Language: tr>> > ASP.NET_SessionId=dmowwzb0l1ebbsanntjjin21;
> >4E5B6B6410926621FADA420392A989581ED00F7FC800AA3A51 04A0529754830ADF24A9E8AFC0>> >[url]http://kurumsal.horoz.com.tr/honestnet/AnlasmaliMusteri/Vestel/BayiNoSorgula[/url]>> > 3814 Host: kurumsal.horoz.com.tr Referer:
> >..ASPXHONESt=FD258EA188BFF75184A48FB66CFFBDD4BC9C9 BE9392CF0C00BF24983009F026B>> > ma.aspx User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows 98)
> > APPL_MD_PATH: /LM/W3SVC/1/Root/honestnet
> > APPL_PHYSICAL_PATH: C:\Inetpub\honestnet\
> > AUTH_TYPE: Forms
> > AUTH_USER: VESTEL
> > AUTH_PASSWORD:
> > LOGON_USER: VESTEL
> > REMOTE_USER: VESTEL
> > CERT_COOKIE:
> > CERT_FLAGS:
> > CERT_ISSUER:
> > CERT_KEYSIZE:
> > CERT_SECRETKEYSIZE:
> > CERT_SERIALNUMBER:
> > CERT_SERVER_ISSUER:
> > CERT_SERVER_SUBJECT:
> > CERT_SUBJECT:
> > CONTENT_LENGTH: 171920
> > CONTENT_TYPE: application/x-www-form-urlencoded
> > GATEWAY_INTERFACE: CGI/1.1
> > HTTPS: off
> > HTTPS_KEYSIZE:
> > HTTPS_SECRETKEYSIZE:
> > HTTPS_SERVER_ISSUER:
> > HTTPS_SERVER_SUBJECT:
> > INSTANCE_ID: 1
> > INSTANCE_META_PATH: /LM/W3SVC/1
> > LOCAL_ADDR: 10.0.0.10
> > PATH_INFO: /honestnet/AnlasmaliMusteri/Vestel/BayiNoSorgulama.aspx
> > PATH_TRANSLATED:
> > C:\Inetpub\honestnet\AnlasmaliMusteri\Vestel\BayiN oSorgulama.aspx
> > QUERY_STRING:
> > REMOTE_ADDR: 81.212.240.94
> > REMOTE_HOST: 81.212.240.94
> > REQUEST_METHOD: POST
> > SCRIPT_NAME: /honestnet/AnlasmaliMusteri/Vestel/BayiNoSorgulama.aspx
> > SERVER_NAME: kurumsal.horoz.com.tr
> > SERVER_PORT: 80
> > SERVER_PORT_SECURE: 0
> > SERVER_PROTOCOL: HTTP/1.1
> > SERVER_SOFTWARE: Microsoft-IIS/5.0
> > URL: /honestnet/AnlasmaliMusteri/Vestel/BayiNoSorgulama.aspx
> > HTTP_CACHE_CONTROL: no-cache
> > HTTP_CONNECTION: Keep-Alive
> > HTTP_CONTENT_LENGTH: 171920
> > HTTP_CONTENT_TYPE: application/x-www-form-urlencoded
> > HTTP_ACCEPT: application/vnd.ms-excel, application/vnd.ms-powerpoint,
> > application/msword, application/x-shockwave-flash, image/gif,
> > image/x-xbitmap, image/jpeg, image/pjpeg, */*
> > HTTP_ACCEPT_ENCODING: gzip, deflate
> > HTTP_ACCEPT_LANGUAGE: tr
> > HTTP_COOKIE: ASP.NET_SessionId=dmowwzb0l1ebbsanntjjin21;
> >4E5B6B6410926621FADA420392A989581ED00F7FC800AA3A51 04A0529754830ADF24A9E8AFC0>> >[url]http://kurumsal.horoz.com.tr/honestnet/AnlasmaliMusteri/Vestel/BayiNoSorgula[/url]>> > 3814
> > HTTP_HOST: kurumsal.horoz.com.tr
> > HTTP_REFERER:
> >>> > ma.aspx
> > HTTP_USER_AGENT: Mozilla/4.0 (compatible; MSIE 6.0; Windows 98)
> >
> >
> >
> >
>
Ersin Gençtürk Guest
-
Charlie Nilsson [MSFT] #4
Re: sometimes clients get : viewstate invalid error , anyone knows why ?
There are (as you read already) many reasons for viewstate invalid errors.
And it would be hard to diagnose the problem without reading your code
directly. Some things you may look into:
- Are these happening on the same page?
- Are you using a lot of Javascript in your pages that may modify form
values?
- Are you using a server farm with a load balancer or session forwarder?
(and possibly the request is hitting a different server?)
- Are your clients using the same browser? Or are you seeing these errors
from the same browser/version?
Charlie Nilsson [msft]
Visual Studio Update
--
This posting is provided "AS IS" with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified at
[url]http://www.microsoft.com/info/cpyright.htm[/url]
Note: For the benefit of the community-at-large, all responses to this
message are best directed to the newsgroup/thread from which they
originated.
--------------------<#Tp6UzIPDHA.452@TK2MSFTNGP11.phx.gbl>> From: "Ersin Gençtürk" <ersing@nospam.horoz.com.tr>
> References: <#r5#mlIPDHA.2248@TK2MSFTNGP11.phx.gbl>knows why ?> Subject: Re: sometimes clients get : viewstate invalid error , anyoneour> Date: Fri, 27 Jun 2003 14:21:43 +0300
> Lines: 151
> X-Priority: 3
> X-MSMail-Priority: Normal
> X-Newsreader: Microsoft Outlook Express 6.00.2720.3000
> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000
> Message-ID: <ORPA53JPDHA.3408@tk2msftngp13.phx.gbl>
> Newsgroups: microsoft.public.dotnet.framework.aspnet
> NNTP-Posting-Host: horozlojistik.com.tr 212.58.24.140
> Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!tk2msftn gp13.phx.gbl
> Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.framework.aspnet:155391
> X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
>
> Thanks Saravana , I looked them but all these 3 scenarios doesn't matchand> situation.We get this error sometimes from our clients.We doesn't change
> anything, any other ideas ?
>
> "Saravana" <saravank@sct.co.in> wrote in message
> news:#Tp6UzIPDHA.452@TK2MSFTNGP11.phx.gbl...> > Viewstate error might come due to many reasons, check out the eventlogBoolean&> problem> > try to solve the problem. Check out this support links to solve your> > [url]http://support.microsoft.com/default.aspx?scid=KB;en-us;q316920[/url]
> > [url]http://support.microsoft.com/default.aspx?scid=kb;en-us;323744[/url]
> > [url]http://support.microsoft.com/default.aspx?scid=kb;en-us;812399[/url]
> >
> >
> > --
> > Saravana
> > Microsoft India Community Star,
> > MCAD,SE,SD,DBA.
> >
> >
> > "Ersin Gençtürk" <ersing@nospam.horoz.com.tr> wrote in message
> > news:#r5#mlIPDHA.2248@TK2MSFTNGP11.phx.gbl...> > System.Web.HttpException:> > > Server : WEB
> > > System.Web.HttpUnhandledException: Exception of type
> > > System.Web.HttpUnhandledException was thrown. --->> > > The View State is invalid for this page and might be corrupted.
> > > at System.Web.UI.Page.LoadPageStateFromPersistenceMed ium()
> > > at System.Web.UI.Page.LoadPageViewState()
> > > at System.Web.UI.Page.ProcessRequestMain()
> > > --- End of inner exception stack trace ---
> > > at System.Web.UI.Page.HandleError(Exception e)
> > > at System.Web.UI.Page.ProcessRequestMain()
> > > at System.Web.UI.Page.ProcessRequest()
> > > at System.Web.UI.Page.ProcessRequest(HttpContext context)
> > > at System.Web.CallHandlerExecutionStep.Execute()
> > > at System.Web.HttpApplication.ExecuteStep(IExecutionS tep step,HTTP_ACCEPT_ENCODING:gzip,> > > completedSynchronously)
> > >
> > > ALL_HTTP: HTTP_CACHE_CONTROL:no-cache HTTP_CONNECTION:Keep-Alive
> > > HTTP_CONTENT_LENGTH:171920
> > > HTTP_CONTENT_TYPE:application/x-www-form-urlencoded
> > > HTTP_ACCEPT:application/vnd.ms-excel, application/vnd.ms-powerpoint,
> > > application/msword, application/x-shockwave-flash, image/gif,
> > > image/x-xbitmap, image/jpeg, image/pjpeg, */*.ASPXHONESt=FD258EA188BFF75184A48FB66CFFBDD4BC9C9B E9392CF0C00BF24983009F026B>> >> > > deflate HTTP_ACCEPT_LANGUAGE:tr
> > > HTTP_COOKIE:ASP.NET_SessionId=dmowwzb0l1ebbsanntjj in21;
> > >4E5B6B6410926621FADA420392A989581ED00F7FC800AA3A51 04A0529754830ADF24A9E8AFC0>> >> > >HTTP_REFERER:[url]http://kurumsal.horoz.com.tr/honestnet/AnlasmaliMusteri/Vestel/[/url]>> >> > > 3814 HTTP_HOST:kurumsal.horoz.com.tr
> > >6.0;> > > BayiNoSorgulama.aspx HTTP_USER_AGENT:Mozilla/4.0 (compatible; MSIEContent-Length:> > > Windows 98)
> > > ALL_RAW: Cache-Control: no-cache Connection: Keep-Alive.ASPXHONESt=FD258EA188BFF75184A48FB66CFFBDD4BC9C9B E9392CF0C00BF24983009F026B>> > application/msword,> > > 171920 Content-Type: application/x-www-form-urlencoded Accept:
> > > application/vnd.ms-excel, application/vnd.ms-powerpoint,> > Cookie:> > > application/x-shockwave-flash, image/gif, image/x-xbitmap, image/jpeg,
> > > image/pjpeg, */* Accept-Encoding: gzip, deflate Accept-Language: tr> >> > > ASP.NET_SessionId=dmowwzb0l1ebbsanntjjin21;
> > >4E5B6B6410926621FADA420392A989581ED00F7FC800AA3A51 04A0529754830ADF24A9E8AFC0>> >> > >[url]http://kurumsal.horoz.com.tr/honestnet/AnlasmaliMusteri/Vestel/BayiNoSorgula[/url]>> >> > > 3814 Host: kurumsal.horoz.com.tr Referer:
> > >.ASPXHONESt=FD258EA188BFF75184A48FB66CFFBDD4BC9C9B E9392CF0C00BF24983009F026B>> >> > > ma.aspx User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows 98)
> > > APPL_MD_PATH: /LM/W3SVC/1/Root/honestnet
> > > APPL_PHYSICAL_PATH: C:\Inetpub\honestnet\
> > > AUTH_TYPE: Forms
> > > AUTH_USER: VESTEL
> > > AUTH_PASSWORD:
> > > LOGON_USER: VESTEL
> > > REMOTE_USER: VESTEL
> > > CERT_COOKIE:
> > > CERT_FLAGS:
> > > CERT_ISSUER:
> > > CERT_KEYSIZE:
> > > CERT_SECRETKEYSIZE:
> > > CERT_SERIALNUMBER:
> > > CERT_SERVER_ISSUER:
> > > CERT_SERVER_SUBJECT:
> > > CERT_SUBJECT:
> > > CONTENT_LENGTH: 171920
> > > CONTENT_TYPE: application/x-www-form-urlencoded
> > > GATEWAY_INTERFACE: CGI/1.1
> > > HTTPS: off
> > > HTTPS_KEYSIZE:
> > > HTTPS_SECRETKEYSIZE:
> > > HTTPS_SERVER_ISSUER:
> > > HTTPS_SERVER_SUBJECT:
> > > INSTANCE_ID: 1
> > > INSTANCE_META_PATH: /LM/W3SVC/1
> > > LOCAL_ADDR: 10.0.0.10
> > > PATH_INFO: /honestnet/AnlasmaliMusteri/Vestel/BayiNoSorgulama.aspx
> > > PATH_TRANSLATED:
> > > C:\Inetpub\honestnet\AnlasmaliMusteri\Vestel\BayiN oSorgulama.aspx
> > > QUERY_STRING:
> > > REMOTE_ADDR: 81.212.240.94
> > > REMOTE_HOST: 81.212.240.94
> > > REQUEST_METHOD: POST
> > > SCRIPT_NAME: /honestnet/AnlasmaliMusteri/Vestel/BayiNoSorgulama.aspx
> > > SERVER_NAME: kurumsal.horoz.com.tr
> > > SERVER_PORT: 80
> > > SERVER_PORT_SECURE: 0
> > > SERVER_PROTOCOL: HTTP/1.1
> > > SERVER_SOFTWARE: Microsoft-IIS/5.0
> > > URL: /honestnet/AnlasmaliMusteri/Vestel/BayiNoSorgulama.aspx
> > > HTTP_CACHE_CONTROL: no-cache
> > > HTTP_CONNECTION: Keep-Alive
> > > HTTP_CONTENT_LENGTH: 171920
> > > HTTP_CONTENT_TYPE: application/x-www-form-urlencoded
> > > HTTP_ACCEPT: application/vnd.ms-excel, application/vnd.ms-powerpoint,
> > > application/msword, application/x-shockwave-flash, image/gif,
> > > image/x-xbitmap, image/jpeg, image/pjpeg, */*
> > > HTTP_ACCEPT_ENCODING: gzip, deflate
> > > HTTP_ACCEPT_LANGUAGE: tr
> > > HTTP_COOKIE: ASP.NET_SessionId=dmowwzb0l1ebbsanntjjin21;
> > >4E5B6B6410926621FADA420392A989581ED00F7FC800AA3A51 04A0529754830ADF24A9E8AFC0>> >> > >[url]http://kurumsal.horoz.com.tr/honestnet/AnlasmaliMusteri/Vestel/BayiNoSorgula[/url]>> >> > > 3814
> > > HTTP_HOST: kurumsal.horoz.com.tr
> > > HTTP_REFERER:
> > >>> >> > > ma.aspx
> > > HTTP_USER_AGENT: Mozilla/4.0 (compatible; MSIE 6.0; Windows 98)
> > >
> > >
> > >
> > >
> >
>
>Charlie Nilsson [MSFT] Guest
-
Ersin Gençtürk #5
Re: sometimes clients get : viewstate invalid error , anyone knows why ?
we get only one error (at that page) and wondering why happened ?
we use jscript code to make dhtml operations on pages.these scripts are in
user controls and used in every page.but we dont touch viewstate field.we
dont use a server farm or session forwarder.we just have one server for
now.clients are using different browsers but client which is having error 's
browser was ie.
if new errors happenes I will make you know.
"Charlie Nilsson [MSFT]" <CharlieNilsson_CUTOUT_@hotmail.com> wrote in
message news:of$HeiMPDHA.2744@cpmsftngxa06.phx.gbl...rights.> There are (as you read already) many reasons for viewstate invalid errors.
> And it would be hard to diagnose the problem without reading your code
> directly. Some things you may look into:
>
> - Are these happening on the same page?
> - Are you using a lot of Javascript in your pages that may modify form
> values?
> - Are you using a server farm with a load balancer or session forwarder?
> (and possibly the request is hitting a different server?)
> - Are your clients using the same browser? Or are you seeing these errors
> from the same browser/version?
>
>
> Charlie Nilsson [msft]
> Visual Studio Update
>
> --
>
> This posting is provided "AS IS" with no warranties, and confers nomicrosoft.public.dotnet.framework.aspnet:155391> Use of included script samples are subject to the terms specified at
> [url]http://www.microsoft.com/info/cpyright.htm[/url]
>
> Note: For the benefit of the community-at-large, all responses to this
> message are best directed to the newsgroup/thread from which they
> originated.
> --------------------> <#Tp6UzIPDHA.452@TK2MSFTNGP11.phx.gbl>> > From: "Ersin Gençtürk" <ersing@nospam.horoz.com.tr>
> > References: <#r5#mlIPDHA.2248@TK2MSFTNGP11.phx.gbl>> knows why ?> > Subject: Re: sometimes clients get : viewstate invalid error , anyone> > Date: Fri, 27 Jun 2003 14:21:43 +0300
> > Lines: 151
> > X-Priority: 3
> > X-MSMail-Priority: Normal
> > X-Newsreader: Microsoft Outlook Express 6.00.2720.3000
> > X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000
> > Message-ID: <ORPA53JPDHA.3408@tk2msftngp13.phx.gbl>
> > Newsgroups: microsoft.public.dotnet.framework.aspnet
> > NNTP-Posting-Host: horozlojistik.com.tr 212.58.24.140
> > Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!tk2msftn gp13.phx.gbl
> > Xref: cpmsftngxa06.phx.gblASPXHONESt=FD258EA188BFF75184A48FB66CFFBDD4BC9C9BE 9392CF0C00BF24983009F026B> our> > X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
> >
> > Thanks Saravana , I looked them but all these 3 scenarios doesn't match> and> > situation.We get this error sometimes from our clients.We doesn't change
> > anything, any other ideas ?
> >
> > "Saravana" <saravank@sct.co.in> wrote in message
> > news:#Tp6UzIPDHA.452@TK2MSFTNGP11.phx.gbl...> > > Viewstate error might come due to many reasons, check out the eventlog> Boolean&> > problem> > > try to solve the problem. Check out this support links to solve your> > > [url]http://support.microsoft.com/default.aspx?scid=KB;en-us;q316920[/url]
> > > [url]http://support.microsoft.com/default.aspx?scid=kb;en-us;323744[/url]
> > > [url]http://support.microsoft.com/default.aspx?scid=kb;en-us;812399[/url]
> > >
> > >
> > > --
> > > Saravana
> > > Microsoft India Community Star,
> > > MCAD,SE,SD,DBA.
> > >
> > >
> > > "Ersin Gençtürk" <ersing@nospam.horoz.com.tr> wrote in message
> > > news:#r5#mlIPDHA.2248@TK2MSFTNGP11.phx.gbl...
> > > > Server : WEB
> > > > System.Web.HttpUnhandledException: Exception of type
> > > > System.Web.HttpUnhandledException was thrown. --->
> > > System.Web.HttpException:
> > > > The View State is invalid for this page and might be corrupted.
> > > > at System.Web.UI.Page.LoadPageStateFromPersistenceMed ium()
> > > > at System.Web.UI.Page.LoadPageViewState()
> > > > at System.Web.UI.Page.ProcessRequestMain()
> > > > --- End of inner exception stack trace ---
> > > > at System.Web.UI.Page.HandleError(Exception e)
> > > > at System.Web.UI.Page.ProcessRequestMain()
> > > > at System.Web.UI.Page.ProcessRequest()
> > > > at System.Web.UI.Page.ProcessRequest(HttpContext context)
> > > > at System.Web.CallHandlerExecutionStep.Execute()
> > > > at System.Web.HttpApplication.ExecuteStep(IExecutionS tep step,> HTTP_ACCEPT_ENCODING:gzip,> > > > completedSynchronously)
> > > >
> > > > ALL_HTTP: HTTP_CACHE_CONTROL:no-cache HTTP_CONNECTION:Keep-Alive
> > > > HTTP_CONTENT_LENGTH:171920
> > > > HTTP_CONTENT_TYPE:application/x-www-form-urlencoded
> > > > HTTP_ACCEPT:application/vnd.ms-excel, application/vnd.ms-powerpoint,
> > > > application/msword, application/x-shockwave-flash, image/gif,
> > > > image/x-xbitmap, image/jpeg, image/pjpeg, */*>> >> > > > deflate HTTP_ACCEPT_LANGUAGE:tr
> > > > HTTP_COOKIE:ASP.NET_SessionId=dmowwzb0l1ebbsanntjj in21;
> > > >
> > >4E5B6B6410926621FADA420392A989581ED00F7FC800AA3A51 04A0529754830ADF24A9E8AFC0>> >> > > >
> > >HTTP_REFERER:[url]http://kurumsal.horoz.com.tr/honestnet/AnlasmaliMusteri/Vestel/[/url]>> >> > > > 3814 HTTP_HOST:kurumsal.horoz.com.tr
> > > >
> > >image/jpeg,> 6.0;> > > > BayiNoSorgulama.aspx HTTP_USER_AGENT:Mozilla/4.0 (compatible; MSIE> Content-Length:> > > > Windows 98)
> > > > ALL_RAW: Cache-Control: no-cache Connection: Keep-Alive> > > > 171920 Content-Type: application/x-www-form-urlencoded Accept:
> > > > application/vnd.ms-excel, application/vnd.ms-powerpoint,
> > > application/msword,
> > > > application/x-shockwave-flash, image/gif, image/x-xbitmap,ASPXHONESt=FD258EA188BFF75184A48FB66CFFBDD4BC9C9BE 9392CF0C00BF24983009F026B>> >> > > > image/pjpeg, */* Accept-Encoding: gzip, deflate Accept-Language: tr
> > > Cookie:
> > > > ASP.NET_SessionId=dmowwzb0l1ebbsanntjjin21;
> > > >
> > >4E5B6B6410926621FADA420392A989581ED00F7FC800AA3A51 04A0529754830ADF24A9E8AFC0>> >> > > >
> > >[url]http://kurumsal.horoz.com.tr/honestnet/AnlasmaliMusteri/Vestel/BayiNoSorgula[/url]>> >> > > > 3814 Host: kurumsal.horoz.com.tr Referer:
> > > >
> > >application/vnd.ms-powerpoint,> > > > ma.aspx User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows 98)
> > > > APPL_MD_PATH: /LM/W3SVC/1/Root/honestnet
> > > > APPL_PHYSICAL_PATH: C:\Inetpub\honestnet\
> > > > AUTH_TYPE: Forms
> > > > AUTH_USER: VESTEL
> > > > AUTH_PASSWORD:
> > > > LOGON_USER: VESTEL
> > > > REMOTE_USER: VESTEL
> > > > CERT_COOKIE:
> > > > CERT_FLAGS:
> > > > CERT_ISSUER:
> > > > CERT_KEYSIZE:
> > > > CERT_SECRETKEYSIZE:
> > > > CERT_SERIALNUMBER:
> > > > CERT_SERVER_ISSUER:
> > > > CERT_SERVER_SUBJECT:
> > > > CERT_SUBJECT:
> > > > CONTENT_LENGTH: 171920
> > > > CONTENT_TYPE: application/x-www-form-urlencoded
> > > > GATEWAY_INTERFACE: CGI/1.1
> > > > HTTPS: off
> > > > HTTPS_KEYSIZE:
> > > > HTTPS_SECRETKEYSIZE:
> > > > HTTPS_SERVER_ISSUER:
> > > > HTTPS_SERVER_SUBJECT:
> > > > INSTANCE_ID: 1
> > > > INSTANCE_META_PATH: /LM/W3SVC/1
> > > > LOCAL_ADDR: 10.0.0.10
> > > > PATH_INFO: /honestnet/AnlasmaliMusteri/Vestel/BayiNoSorgulama.aspx
> > > > PATH_TRANSLATED:
> > > > C:\Inetpub\honestnet\AnlasmaliMusteri\Vestel\BayiN oSorgulama.aspx
> > > > QUERY_STRING:
> > > > REMOTE_ADDR: 81.212.240.94
> > > > REMOTE_HOST: 81.212.240.94
> > > > REQUEST_METHOD: POST
> > > > SCRIPT_NAME: /honestnet/AnlasmaliMusteri/Vestel/BayiNoSorgulama.aspx
> > > > SERVER_NAME: kurumsal.horoz.com.tr
> > > > SERVER_PORT: 80
> > > > SERVER_PORT_SECURE: 0
> > > > SERVER_PROTOCOL: HTTP/1.1
> > > > SERVER_SOFTWARE: Microsoft-IIS/5.0
> > > > URL: /honestnet/AnlasmaliMusteri/Vestel/BayiNoSorgulama.aspx
> > > > HTTP_CACHE_CONTROL: no-cache
> > > > HTTP_CONNECTION: Keep-Alive
> > > > HTTP_CONTENT_LENGTH: 171920
> > > > HTTP_CONTENT_TYPE: application/x-www-form-urlencoded
> > > > HTTP_ACCEPT: application/vnd.ms-excel,ASPXHONESt=FD258EA188BFF75184A48FB66CFFBDD4BC9C9BE 9392CF0C00BF24983009F026B>> >> > > > application/msword, application/x-shockwave-flash, image/gif,
> > > > image/x-xbitmap, image/jpeg, image/pjpeg, */*
> > > > HTTP_ACCEPT_ENCODING: gzip, deflate
> > > > HTTP_ACCEPT_LANGUAGE: tr
> > > > HTTP_COOKIE: ASP.NET_SessionId=dmowwzb0l1ebbsanntjjin21;
> > > >
> > >4E5B6B6410926621FADA420392A989581ED00F7FC800AA3A51 04A0529754830ADF24A9E8AFC0>> >> > > >
> > >[url]http://kurumsal.horoz.com.tr/honestnet/AnlasmaliMusteri/Vestel/BayiNoSorgula[/url]>> >> > > > 3814
> > > > HTTP_HOST: kurumsal.horoz.com.tr
> > > > HTTP_REFERER:
> > > >
> > >>> >> > > > ma.aspx
> > > > HTTP_USER_AGENT: Mozilla/4.0 (compatible; MSIE 6.0; Windows 98)
> > > >
> > > >
> > > >
> > > >
> > >
> > >
> >
> >
Ersin Gençtürk Guest



Reply With Quote

