472,371 Members | 1,554 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,371 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 3932
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...
2
by: Kemmylinns12 | last post by:
Blockchain technology has emerged as a transformative force in the business world, offering unprecedented opportunities for innovation and efficiency. While initially associated with cryptocurrencies...
0
by: Naresh1 | last post by:
What is WebLogic Admin Training? WebLogic Admin Training is a specialized program designed to equip individuals with the skills and knowledge required to effectively administer and manage Oracle...
0
by: antdb | last post by:
Ⅰ. Advantage of AntDB: hyper-convergence + streaming processing engine In the overall architecture, a new "hyper-convergence" concept was proposed, which integrated multiple engines and...
0
by: Arjunsri | last post by:
I have a Redshift database that I need to use as an import data source. I have configured the DSN connection using the server, port, database, and credentials and received a successful connection...
0
hi
by: WisdomUfot | last post by:
It's an interesting question you've got about how Gmail hides the HTTP referrer when a link in an email is clicked. While I don't have the specific technical details, Gmail likely implements measures...
0
Oralloy
by: Oralloy | last post by:
Hello Folks, I am trying to hook up a CPU which I designed using SystemC to I/O pins on an FPGA. My problem (spelled failure) is with the synthesis of my design into a bitstream, not the C++...
0
BLUEPANDA
by: BLUEPANDA | last post by:
At BluePanda Dev, we're passionate about building high-quality software and sharing our knowledge with the community. That's why we've created a SaaS starter kit that's not only easy to use but also...
0
by: Rahul1995seven | last post by:
Introduction: In the realm of programming languages, Python has emerged as a powerhouse. With its simplicity, versatility, and robustness, Python has gained popularity among beginners and experts...
0
by: jack2019x | last post by:
hello, Is there code or static lib for hook swapchain present? I wanna hook dxgi swapchain present for dx11 and dx9.

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.