London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
AI OnAI Off
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
Hmm... I use elmah without any special configuration of rewrites etc. Just as elmah.axd. I did add it to a protected location though so that only administrators can access it.
Did you add the elmah.axd handler at the top or the bottom of your handlers collection? It could be that some other handler maps to the URL before it.
Are there any special steps required to get elmah working in EpiServer?
I just get a 404.
I'm on Epi 6, Relate+
Using IIS Express. Elmah added with NuGet.
I've tried adding UrlRewriteProvider.AddExcludedPath("/elmah.axd"); to global asax but it doesn't change anything.