parush / elmah

Automatically exported from code.google.com/p/elmah
0 stars 0 forks source link

Downloading log with AccessErrorLog lasts forever #62

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. Configure an ELMAH-enabled web site to use AccessErrorLog.
2. Generate a few errors to load the log with a few enteries (hint: 
append /test to ELMAH end-point URL to fake testing errors).
3. Click "Download Log".

What is the expected output? What do you see instead?

A log in CSV format should be generated and downloaded to the client, 
which can subsequently be opened up in Excel. Instead, the download lasts 
forever! 

More information:

- There were at least 53 errors in the Access database where this problem 
was observed. Haven't tried with fewer.
- This may be related to a similar issue #54 that appear in the 
SqlErrorLog implementation.

Environment:

- ELMAH version: revision 286 of the source repository
- OS: Windows Vista Business Edition SP 1 (Build 6001)
- ASP.NET: version 3.5

Original issue reported on code.google.com by azizatif on 9 May 2008 at 1:45