Why I do not have access rights on the server?

asp.net-mvc, c#, elmah

Solution

Maybe you should enable remote access

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

Problem

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.

Original source