ASP.net out of memory help -


my first question here :)

i have report generating website. when user clicks button report generated in different sub html-file , written txt-file. html-file later converted pdf in different sub.

when report long (200 pages), out of memory exception when pdf generated. memory seams allocated html generation, since when convert html pdf in different webform works perfect.

i have tried use analysis program ants, dont have knowledge sort out.

how can release html generation memory?

thanks! /georg

your memory component should cleared out - in case since large document may ok design max memory out. can 1. try increase memory in iis available worker process 2. http://support.microsoft.com/kb/911716 3. (you didnt specify server version dependent on that) http://support.microsoft.com/kb/820108

with ants - there tutorials on redgates site discussing usage. if third party component there may not can except increase available memory or contact vendor.


Comments