Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I create the ELMAH SQL Server database?

How do I create the ELMAH SQL Server database? I added it to my ASP.NET MVC project through NuGet and don't have the sql script on my machine.

like image 552
David Silva Smith Avatar asked Nov 11 '11 06:11

David Silva Smith


People also ask

What is ELMAH database?

ELMAH (Error Logging Modules and Handlers) is a series of HTTP modules and an HTTP handler that may be added to your ASP.NET web applications for the purpose of tracking unhandled exceptions. ELMAH provides access to view these errors by way of a web console, email notifications. It is open-source error logging system.

What is Elmah io?

elmah.io is the easy error logging and uptime monitoring service for . NET. Take back control of your errors with support for all . NET web and logging frameworks. Reduce Errors Now no credit card required.


1 Answers

The DDL script is linked from the Elmah downloads page. No need to trawl the source tree.

(Why it's not bundled with the NuGet escapes me)

like image 82
piers7 Avatar answered Sep 23 '22 12:09

piers7