I am developing a Web API application. I have followed the Elmah setup. However when I want to have access to the log file by browsing to the url on my local machine I got the following error:
<Error>
<Message>
No HTTP resource was found that matches the request URI 'http://api.smsgh.local/elmah.axd'.
</Message>
<MessageDetail>
No type was found that matches the controller named 'elmah.axd'.
</MessageDetail>
</Error>
Please assit me solving this.
Thank you very much