I\'ve tried to use elmah with my asp.net site but whenever I try to go to http://localhost:port/elmah.axd I get resource not found exception. My web.config is given below.
You may be need this one also
<elmah> <security allowRemoteAccess="1" /> </elmah>
when you get
403 - Forbidden: Access is denied. You do not have permission to view this directory or page using the credentials that you supplied.