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

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:http://kurumsal.horoz.com.tr/honestn...usteri/Vestel/
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:
http://kurumsal.horoz.com.tr/honestn.../BayiNoSorgula
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:
http://kurumsal.horoz.com.tr/honestn.../BayiNoSorgula
ma.aspx
HTTP_USER_AGENT: Mozilla/4.0 (compatible; MSIE 6.0; Windows 98)


Nov 17 '05 #1
4 4016
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
http://support.microsoft.com/default...;en-us;q316920
http://support.microsoft.com/default...b;en-us;323744
http://support.microsoft.com/default...b;en-us;812399
--
Saravana
Microsoft India Community Star,
MCAD,SE,SD,DBA.
"Ersin Gençtürk" <er****@nospam.horoz.com.tr> wrote in message
news:#r**************@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, 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:http://kurumsal.horoz.com.tr/honestn...usteri/Vestel/ 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:
http://kurumsal.horoz.com.tr/honestn.../BayiNoSorgula 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:
http://kurumsal.horoz.com.tr/honestn.../BayiNoSorgula ma.aspx
HTTP_USER_AGENT: Mozilla/4.0 (compatible; MSIE 6.0; Windows 98)

Nov 17 '05 #2
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" <sa******@sct.co.in> wrote in message
news:#T*************@TK2MSFTNGP11.phx.gbl...
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 http://support.microsoft.com/default...;en-us;q316920
http://support.microsoft.com/default...b;en-us;323744
http://support.microsoft.com/default...b;en-us;812399
--
Saravana
Microsoft India Community Star,
MCAD,SE,SD,DBA.
"Ersin Gençtürk" <er****@nospam.horoz.com.tr> wrote in message
news:#r**************@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, 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:http://kurumsal.horoz.com.tr/honestn...usteri/Vestel/
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:

http://kurumsal.horoz.com.tr/honestn.../BayiNoSorgula
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:

http://kurumsal.horoz.com.tr/honestn.../BayiNoSorgula
ma.aspx
HTTP_USER_AGENT: Mozilla/4.0 (compatible; MSIE 6.0; Windows 98)


Nov 17 '05 #3
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
http://www.microsoft.com/info/cpyright.htm

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.
--------------------
From: "Ersin Gençtürk" <er****@nospam.horoz.com.tr>
References: <#r**************@TK2MSFTNGP11.phx.gbl> <#T*************@TK2MSFTNGP11.phx.gbl> Subject: Re: sometimes clients get : viewstate invalid error , anyone knows why ? 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: <OR**************@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 match our situation.We get this error sometimes from our clients.We doesn't change
anything, any other ideas ?

"Saravana" <sa******@sct.co.in> wrote in message
news:#T*************@TK2MSFTNGP11.phx.gbl...
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
http://support.microsoft.com/default...;en-us;q316920
http://support.microsoft.com/default...b;en-us;323744
http://support.microsoft.com/default...b;en-us;812399
--
Saravana
Microsoft India Community Star,
MCAD,SE,SD,DBA.
"Ersin Gençtürk" <er****@nospam.horoz.com.tr> wrote in message
news:#r**************@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, 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=FD258EA188BFF75184A48FB66CFFBDD4BC9C9B E9392CF0C00BF24983009F026B

4E5B6B6410926621FADA420392A989581ED00F7FC800AA3A51 04A0529754830ADF24A9E8AFC0
3814 HTTP_HOST:kurumsal.horoz.com.tr

HTTP_REFERER:http://kurumsal.horoz.com.tr/honestn...usteri/Vestel/
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=FD258EA188BFF75184A48FB66CFFBDD4BC9C9B E9392CF0C00BF24983009F026B

4E5B6B6410926621FADA420392A989581ED00F7FC800AA3A51 04A0529754830ADF24A9E8AFC0
3814 Host: kurumsal.horoz.com.tr Referer:

http://kurumsal.horoz.com.tr/honestn.../BayiNoSorgula
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=FD258EA188BFF75184A48FB66CFFBDD4BC9C9B E9392CF0C00BF24983009F026B

4E5B6B6410926621FADA420392A989581ED00F7FC800AA3A51 04A0529754830ADF24A9E8AFC0
3814
HTTP_HOST: kurumsal.horoz.com.tr
HTTP_REFERER:

http://kurumsal.horoz.com.tr/honestn.../BayiNoSorgula
ma.aspx
HTTP_USER_AGENT: Mozilla/4.0 (compatible; MSIE 6.0; Windows 98)




Nov 17 '05 #4
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]" <Ch********************@hotmail.com> wrote in
message news:of**************@cpmsftngxa06.phx.gbl...
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
http://www.microsoft.com/info/cpyright.htm

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.
--------------------
From: "Ersin Gençtürk" <er****@nospam.horoz.com.tr>
References: <#r**************@TK2MSFTNGP11.phx.gbl>

<#T*************@TK2MSFTNGP11.phx.gbl>
Subject: Re: sometimes clients get : viewstate invalid error , anyone

knows why ?
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: <OR**************@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 match

our
situation.We get this error sometimes from our clients.We doesn't change
anything, any other ideas ?

"Saravana" <sa******@sct.co.in> wrote in message
news:#T*************@TK2MSFTNGP11.phx.gbl...
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
http://support.microsoft.com/default...;en-us;q316920
http://support.microsoft.com/default...b;en-us;323744
http://support.microsoft.com/default...b;en-us;812399
--
Saravana
Microsoft India Community Star,
MCAD,SE,SD,DBA.
"Ersin Gençtürk" <er****@nospam.horoz.com.tr> wrote in message
news:#r**************@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, 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=FD258EA188BFF75184A48FB66CFFBDD4BC9C9BE 9392CF0C00BF24983009F026B
>

4E5B6B6410926621FADA420392A989581ED00F7FC800AA3A51 04A0529754830ADF24A9E8AFC0
> 3814 HTTP_HOST:kurumsal.horoz.com.tr
>

HTTP_REFERER:http://kurumsal.horoz.com.tr/honestn...usteri/Vestel/
> 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=FD258EA188BFF75184A48FB66CFFBDD4BC9C9BE 9392CF0C00BF24983009F026B
>

4E5B6B6410926621FADA420392A989581ED00F7FC800AA3A51 04A0529754830ADF24A9E8AFC0
> 3814 Host: kurumsal.horoz.com.tr Referer:
>

http://kurumsal.horoz.com.tr/honestn.../BayiNoSorgula
> 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=FD258EA188BFF75184A48FB66CFFBDD4BC9C9BE 9392CF0C00BF24983009F026B
>

4E5B6B6410926621FADA420392A989581ED00F7FC800AA3A51 04A0529754830ADF24A9E8AFC0
> 3814
> HTTP_HOST: kurumsal.horoz.com.tr
> HTTP_REFERER:
>

http://kurumsal.horoz.com.tr/honestn.../BayiNoSorgula
> ma.aspx
> HTTP_USER_AGENT: Mozilla/4.0 (compatible; MSIE 6.0; Windows 98)
>
>
>
>


Nov 17 '05 #5

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

Similar topics

2
by: sarvjeet Saini | last post by:
My application is working fine on our local server.We tried on two local servers for testing purpose. But when we host on our main server ,we got the following error: some it work Fine but not...
2
by: Mike | last post by:
hi to all does any body know or receive this message before and how i can repare this: The viewstate is invalid for this page and might be corrupted. thank's Mike
2
by: WFB | last post by:
Hi, I keep randomly getting this error: "The viewstate is invalid for this page and might be corrupted". Ive searched the newsgroups and the web and havent found anything that has fixed this. ...
1
by: Mind Dragon | last post by:
I have an ASP application that works fine locally but when it's uploaded occasionally, I get viewstate errors. Another thing is that the viewstate for that page is disabled. There are cases where I...
11
by: Nad | last post by:
Hello, I have a page with two link buttons. When I click on the first one I call server.execute("target.aspx") to view target.aspx on the original page. Then I click on the second link button...
9
by: Jamie | last post by:
I am receiving an Invalid ViewState error after posting back to the same page twice. Consistently the error occurs after the second postback and not after the first. I have looked into creating...
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...
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: DolphinDB | last post by:
The formulas of 101 quantitative trading alphas used by WorldQuant were presented in the paper 101 Formulaic Alphas. However, some formulas are complex, leading to challenges in calculation. Take...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
0
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

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.