Search code examples
asp.net-mvcelmahnuget

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.


Solution

  • 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)