PC Review


Reply
Thread Tools Rate Thread

asp.net web site error rates

 
 
DK
Guest
Posts: n/a
 
      4th Mar 2008
I'm looking for information on what others are experiencing with their
asp.net web sites.

In February, my site had 1,899,680 requests and there were 3,819 errors.
That gives us an error rate of about 0.2%

Most of the errors are:
The state information is invalid for this page and might be corrupted.
Validation of viewstate MAC failed.
Exception of type 'System.Web.HttpUnhandledException' was thrown.
The client disconnected.
Request timed out.

thanks.

 
Reply With Quote
 
 
 
 
George Ter-Saakov
Guest
Posts: n/a
 
      4th Mar 2008
From my experience all errors come from "non-defensive" programming.
Most of them generated by bots...
there are a lot of bots that submit forms hoping to send an email on
"contact us" form. Usually those bots change or do not submit viewstate....


George.

"DK" <(E-Mail Removed)> wrote in message
news:87A538A1-931F-479D-A88D-(E-Mail Removed)...
> I'm looking for information on what others are experiencing with their
> asp.net web sites.
>
> In February, my site had 1,899,680 requests and there were 3,819 errors.
> That gives us an error rate of about 0.2%
>
> Most of the errors are:
> The state information is invalid for this page and might be corrupted.
> Validation of viewstate MAC failed.
> Exception of type 'System.Web.HttpUnhandledException' was thrown.
> The client disconnected.
> Request timed out.
>
> thanks.
>



 
Reply With Quote
 
bruce barker
Guest
Posts: n/a
 
      4th Mar 2008
you need to decide what is too high. there are 2 common reasons for your error:

1) asp.net recycled before the postback. every recycle generates a new key
(unless fixed in the web.config), so people that post after a recycle get
this message.

2). your viewstate is too large and proxy servers are truncating it.


-- bruce (sqlwork.com)


"DK" wrote:

> I'm looking for information on what others are experiencing with their
> asp.net web sites.
>
> In February, my site had 1,899,680 requests and there were 3,819 errors.
> That gives us an error rate of about 0.2%
>
> Most of the errors are:
> The state information is invalid for this page and might be corrupted.
> Validation of viewstate MAC failed.
> Exception of type 'System.Web.HttpUnhandledException' was thrown.
> The client disconnected.
> Request timed out.
>
> thanks.
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
List of free web site design, web site backgrounds, web site layoutsweb sites cyber Microsoft Frontpage 0 19th Dec 2007 08:36 AM
How to correct error 425 when uploading web site to remote site? =?Utf-8?B?S2V5c3RvbmU3?= Microsoft Frontpage 2 14th Apr 2005 05:16 AM
Main domain site and subdomain site are the same exact site - Why? Tom Microsoft Frontpage 3 22nd Oct 2004 03:56 PM
Error when doing a new web site-Server Error:Cannot create index.h =?Utf-8?B?bmV3Ymll?= Microsoft Frontpage 6 10th Oct 2004 03:47 AM
Please view my site it's a site it's a site i need feed back about Praveen Windows XP Basics 2 3rd Feb 2004 08:11 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:37 PM.