G
Guest
I build an asp.net web application which most pages are reports. I use xml server control and xsl to show the reports. I got a problem: If the report consists of several thousands records, aspnet_wp.exe perocess will keep using CUP up to 99%, and blocks all other processes. I do not know how to solve the problem, anybody has a good idea? Also I would like to know if I use web form (eg, Datagrid to show the reports), the performance is better or worse than xsl? Thanks in advance!