Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 315
Mediator Avatar asked May 12 '12 11:05

Mediator


1 Answers

Maybe you should enable remote access

<elmah>  
    <security allowRemoteAccess="1" />  
</elmah>  
like image 129
archil Avatar answered Oct 19 '22 19:10

archil