maoyuan121 / elmah

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

Downloading log with AccessErrorLog lasts forever #62

Closed GoogleCodeExporter closed 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

GoogleCodeExporter commented 9 years ago

Original comment by azizatif on 9 May 2008 at 1:49

GoogleCodeExporter commented 9 years ago
Resolved in revision 290

Original comment by jamesdriscoll71 on 10 May 2008 at 8:20