NOTE: ELMAH on SQL Server package is version 1.2. It has a dependency to the ELMAH package, which must be version 1.2.2. You can also install the ELMAH NuGet package, version 1.2.2, from the NuGet repository.
Make sure the elmah section group is added inside the <configSections> tag in the web.config file. If not, add the section group manually:
elmah
<configSections>
web.config
NOTE: Мake sure the Elmah.dll file is loaded in the bin folder of your Sitefinity CMS web application.
Elmah.dll
bin
ELMAH.SqlServer
Elmah.SqlServer.sql
NOTE: You can find the script in the ELMAH GitHub repository Downloads section. Download the Sources ZIP file.
ZIP
If you do not have an SMTP server, you can download the open source smtp4dev and configure it to listen on port 26. To do this, in your web.config file, after the <configSections> tag, add the following:
<handlers>
<httpHandlers>
For more information about the ELMAH error logging handler, see Test error logging with ELMAH.
NOTE: When the ELMAH logging is turned off, the standard logging is working and you can see all the logging information in App_Data/Sitefinity/Logs. When you select the IsElmahLoggingTurnedOn checkbox, all logging information is transferred to ELMAH.
App_Data/Sitefinity/Logs
Increase your Sitefinity skills by signing up for our free trainings. Get Sitefinity-certified at Progress Education Community to boost your credentials.
This free lesson teaches administrators, marketers, and other business professionals how to use the Integration hub service to create automated workflows between Sitefinity and other business systems.
This free lesson teaches administrators the basics about protecting yor Sitefinity instance and its sites from external threats. Configure HTTPS, SSL, allow lists for trusted sites, and cookie security, among others.
The free on-demand video course teaches developers how to use Sitefinity .NET Core and leverage its decoupled architecture and new way of coding against the platform.
To submit feedback, please update your cookie settings and allow the usage of Functional cookies.
Your feedback about this content is important