I would like to use ELMAH in ASP.NET MVC3 project. I used nuget install package and install ELMAH. It configure itself in config file, with connection string.
Question: It propose to define connection string in config file. but I can not define connection string in config file and connection string dynamicaly produce with custom connection provider factory when application start. How can I set connection string or DbConnection for ELMAH?
Thanks in advance.