-
```
It would be great with a complete list of frameworks supporting ELMAH. If
multiple packages for the same framework exists, they could be listed.
Could look something like this:
ASP.NET
- http:/…
-
```
ErrorLog table has a tendency to overflow...
```
Original issue reported on code.google.com by `michal.z...@gmail.com` on 3 Oct 2014 at 10:08
Attachments:
- [ErrorLog.css.patch](https://storage.…
-
```
What new or enhanced feature are you proposing?
It should work.
What goal would this enhancement help you achieve?
Directed to set compatability level = 80 in docs
Using MVC4
SQL Server 2012 RC0…
-
```
SQL Compact is called Sql*Server*CompactErrorLog ratger than SqlCompactErrorLog
```
Original issue reported on code.google.com by `duncan.smart` on 5 Oct 2012 at 5:12
Attachments:
- [elmah.confi…
-
```
What steps will reproduce the problem?
1. Run ELMAH creation sql script on Azure
2. Try to use LogError proc
What is the expected output? What do you see instead?
Expected is an error being added…
-
```
What new or enhanced feature are you proposing?
Currently, there is no clustered index on ELMAH_Error. From what I understand,
this was changed back in r131 as a performance issue. However, this …
-
```
This is a followup to issue 72. I noticed in the mail module where a try/catch
block was added to the mail module. I was wondering if there was a reason
try/catch blocks were not added at all (o…
-
```
What steps will reproduce the problem?
1.Scientific Notation value in SQL server column with Float data type
2.Visual Web Developer express 2010
3.
What is the expected output? What do you see in…
-
```
What new or enhanced feature are you proposing?
Support Elmah logging to Amazon Web Service's SimpleDB.
See http://aws.amazon.com/simpledb/
```
Original issue reported on code.google.com by …
-
Hi
I have am mvc + web api application in vs 2015. I have installed elmah.mvc and elmah.contrib.webapi packages and everything seem to be working fine with default settings.
Now I want to change the…