-
```
What new or enhanced feature are you proposing?
Add the capability to use BCC for emailing errorlogs.
What goal would this enhancement help you achieve?
This would allow us to hide a developers d…
-
```
Hi,
Problem:
How to log to the database and also have the ErrorLog_Logged event to fire.
What steps will reproduce the problem?
1.I add to the tag
2. Then in global.asax the event ErrorLog_Log…
-
```
What new or enhanced feature are you proposing?
Add the capability to use BCC for emailing errorlogs.
What goal would this enhancement help you achieve?
This would allow us to hide a developers d…
-
```
What new or enhanced feature are you proposing?
Add the capability to use BCC for emailing errorlogs.
What goal would this enhancement help you achieve?
This would allow us to hide a developers d…
-
```
Hi,
Problem:
How to log to the database and also have the ErrorLog_Logged event to fire.
What steps will reproduce the problem?
1.I add to the tag
2. Then in global.asax the event ErrorLog_Log…
-
```
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 …
-
```
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…