Hi
I'm inheriting an online app written in asp.net, running on a hosted dedicated server (3200+, 1GB, Windows Server 2003, 70GB RAID) with SQL server. Its also running a managed exchange service for a handful of users.
I'm finding the part that manages membership to be very slow, e.g. 15 seconds to show me the membership page with the first few records on it, and then another 15 seconds after I chose a search criteria (Name etc) but then I get instant results when I type the name in.
There are <4000 records, so surely this is just bad programming?
Cheers,
T.
I'm inheriting an online app written in asp.net, running on a hosted dedicated server (3200+, 1GB, Windows Server 2003, 70GB RAID) with SQL server. Its also running a managed exchange service for a handful of users.
I'm finding the part that manages membership to be very slow, e.g. 15 seconds to show me the membership page with the first few records on it, and then another 15 seconds after I chose a search criteria (Name etc) but then I get instant results when I type the name in.
There are <4000 records, so surely this is just bad programming?
Cheers,
T.
Comment