This app requires the installation of the ELMAH log database objects onto a sql server instance. That same database that has the ELMAH log objects must also contain the ELMAH Server objects as defined in the App_Readme folder of the main MVC site. the App_Readme folder contains the ELMAH database object installation scripts as well.

On my own dev environment I have a connectionStrings.config in the root of my web site that is not in source control. This allows me to maintain security while still being connected to a public source control.