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.
- 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.