Search code examples
c#asp.net-mvcelmah

Why I do not have access rights on the server?


I use Elmah in local - alright.

On the server however, it issues the followed error, and I cannot figure out what how to gain access.

403 - Forbidden: Access is denied. You do not have permission to view this directory or page using the credentials that you supplied.


Solution

  • Maybe you should enable remote access

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