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

asp.net web site error rates

DK
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.

Mar 4 '08 #1
2 1227
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" <bu********@hotmail.comwrote in message
news:87**********************************@microsof t.com...
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.

Mar 4 '08 #2
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.
Mar 4 '08 #3

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

Similar topics

0
by: Jim | last post by:
This si a repost, I apologize but perhaps my original inquiry got buried under all the usenet spam... I need some help getting started with a .NET web project for a commercial site. I am new to...
3
by: Eddie | last post by:
Hi to all I am building a database to track project expenses information. My database has 4 main tables, Employees, Activity, project info and rates. We add a project and track activities on...
5
by: Eddie | last post by:
I have an Access database that tracks project information. The database is very simple, except for 1 small aspect. Some background: 4 Tables - Project information, Employees, activity and pay...
1
by: Zurghew | last post by:
Hello all, I have just created a database (partially) which will bill customers for work done. However I am stuck when it is comes to different rates for different works. REQUIRED: What I...
1
by: Jim Heavey | last post by:
Hello, I am relatively new to the web programming. I belong to an organization in which I have been drafted to put up a web site for. This web site is for a sporting event and they want to sell...
0
by: sherifffruitfly | last post by:
Hi, I'm deleting a bunch of records from my DB, and they actually DO get deleted (as I verify by looking afterwards). But then I get the exception in the subject line. Isn't it weird that all of...
3
by: aventerprise | last post by:
<html> <head> <title></title> <script type="javascript" src="E:\Internet\positive_gearing.js"> function positve_gearing() { var price = form.price.value; var rates = form.rates.value;
1
by: webcm123 | last post by:
I'm looking for a good method of securing ratings. Cookies lock isn't sufficient. In addition to cookies I would need something else. I'm introducing some ways. -= Storing rates inside seperate...
5
by: annCooper | last post by:
Exchange Rates Source file: Exchange.cs Input file: Exchange.in Output file: Exchange.out Using money to pay for goods and services usually makes life easier, but sometimes people prefer to...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

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.