B
boiiboii
Guest
I have a Reporting Software that runs through IIS 6.1 using ASP.NET. How it works is similar to Crystal Report. However, there is one report that we run, which contains more than 100,000 rows that sometimes gives me System.OutofMemoryException is thrown error message. After further investigation, I find that when the report runs, it takes up a lot of memory for w3wp.exe, which would fail after a while with the above error message. I'm thinking to use Web Garden = 2 or 3 in Application Pool (currently the application pool is set to default). Do you think this would resolve my issue since Web Garden will have more than w3wp.exe? Is there any disadvantage using Web Garden?