-
```
What steps will reproduce the problem?
1. Add the sample page to a Web Application project that has elmah set-up.
2. Run the sample page (unhandled exception occurs in a background thread)
3. Go i…
-
```
What steps will reproduce the problem?
1. Add the sample page to a Web Application project that has elmah set-up.
2. Run the sample page (unhandled exception occurs in a background thread)
3. Go i…
-
```
What steps will reproduce the problem?
1. Pause or stop the SQL Server service
2. Configure Elmah for both SQL Server and e-mail logging
3. Go to a webpage that tries to access the database
What…
-
```
What steps will reproduce the problem?
1. Pause or stop the SQL Server service
2. Configure Elmah for both SQL Server and e-mail logging
3. Go to a webpage that tries to access the database
What…
-
```
What steps will reproduce the problem?
1. Pause or stop the SQL Server service
2. Configure Elmah for both SQL Server and e-mail logging
3. Go to a webpage that tries to access the database
What…
-
```
What steps will reproduce the problem?
1. Pause or stop the SQL Server service
2. Configure Elmah for both SQL Server and e-mail logging
3. Go to a webpage that tries to access the database
What…
-
I've got elmah.mvc working on with route /elmah when running over HTTP, but when enabling HTTPS it seems to time out.
Came across comment here describing the same issue:
http://www.beletsky.net/2012/…
-
```
we are getting a ca0060 from our build server when we use elmah.
we are logging to text files for our qa servers and on live we dont use it at
all
is there a way to get an official build of elm…
-
```
When the following code is executed:
Error error = new Error(ex, HttpContext.Current);
GotDotNet.Elmah.ErrorLog.Default.Log(error);
Include an option to perform the "errorMail" action either auto…
-
```
Add a project to build elmah that target dotnet 4.0 runtime
```
Original issue reported on code.google.com by `damiano....@gmail.com` on 30 Aug 2012 at 2:46