Skip to content
zaus edited this page Oct 4, 2013 · 4 revisions

Welcome to the elmah-mvc wiki!

To enable remote access to log page

To view on a "production" server (rather than localhost), add the following section to your web.config

<elmah>
    <security allowRemoteAccess="true"/>
</elmah>

source

Clone this wiki locally