Very slow output

Sancho

New Member
Hi!

I was developing web application using Visual Interdev 6 ASP and get data from Progress Db 9.1A via (Merant 3.6 ODBC Progress SQL92 v9.1A). My webserver has one processor PIII 800 with 512 memory and 36GB HDD running on W2K server. My DB and IIS 5.0 resides on same machine but different drives. The size of DB is less than 5 MB.

The problem is when running the ASP to show a list of items it take so much time before it display the data for each ASP page.
(about 1 minute per page). Static pages are displayed at very fast rate except for the ASP pages that access the database.

Your inputs are most welcomed.

Thanks.

Sancho
 

Sancho

New Member
Just want to share that the cause of the problem is the Indexing service of Windows 2000, it is not enabled! After starting the service, everything works fine.

Sancho
 
Top