Use of OWC11 on server-side crash

Q

Quicksy

Hi,

We have made 2 ASP.NET pages which generate 2 Charts images on gif
format dynamically.
Sometimes (randomly), the CPU usage go to 100%. The w3wp.exe process
take all the CPU usage and doesn't stop anymore. This appear when two
users are testing the web application (with lots of click to stress the
server).
As I have read, I thought that the OWC11 can support until 30-40
simultaneous users. Our test are made just with 2 users!!
The data used to display the Chart are taken from an SQLServer
database (16 rows are usually return for all charts).

Has someone any idea?

Here our environnement :
- Microsoft Windows 2003 Entreprise Server
- IIS 6.0
- ASP.NET 1.1
- Office Web Components 11.0
- SQLServer 2000 Entreprise Edition

Thanks.
 
Q

Quicksy

Hi,

After a week of research, we have found our problem's source.
When you configure the HasAutoMinimum or HasAutoMaximum properties of
an Axis's Scaling to "false", the Scaling.Minimum or Scaling.Maximum
properties must be set to a value.

Bye.
 
Top