Skip to content

theyo/Elmah.SqlServer.EFInitializer

 
 

Repository files navigation

Elmah.SqlServer.EFInitializer

This project is very young! Please do raise any issues that you find and I will try and resolve them.

Automatically creates Elmah database on SQL Server using Entity Framework migrations.

Post-Install Actions

  1. Add a call to ElmahContext.Initialize() in start-up code (e.g. in Global.asax)

NOTE! The intent of this package is only to automate the creation of a backing SQL Server database for Elmah. You will also need to install something like the main Elmah package or Elmah.MVC to be able to actually use error logging.

Credit must go to the creators of the elmah.sqlserver package, the SQL from that project is what I used for the migrations.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 96.8%
  • Shell 3.2%