Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8966739
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T17:05:04+00:00 2026-06-15T17:05:04+00:00

I could not see unhandled exceptions ( MyService:RestServiceBase) on /elmah.axd path. I’ve added http

  • 0

I could not see unhandled exceptions ( MyService:RestServiceBase) on /elmah.axd path.

I’ve added http handlers for seeing errors.

 <add verb="POST,GET,HEAD" path="elmah.axd" type="Elmah.ErrorLogPageFactory, Elmah" />

I’ve installed ServiceStack.Logging.Elmah

UPDATE

I’ve installed Elmah.Mvc package also

I can get errors in Controller’s Action but I could not get service errors!

UPDATE

I’m not alone 🙂
https://groups.google.com/forum/#!topic/servicestack/WSrM5CLL120

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-15T17:05:06+00:00Added an answer on June 15, 2026 at 5:05 pm

    You need subscribe to AppHostBase.ServiceExceptionHandler events in Configure method which normally resides in AppHost class:

    public class AppHost : AppHostBase
    {
        ....
    
        public override void Configure(Funq.Container container)
        {
            ServiceExceptionHandler += (request, exception) =>
            {
                //pass the exception over to Elmah
                var context = HttpContext.Current;
                Elmah.ErrorLog.GetDefault(context).Log(new Error(exception, context));
    
                //call default exception handler or prepare your own custom response
                return DtoUtils.HandleException(this, request, exception);
            };
        }
    
        ....
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Copied from my log file ActionView::Template::Error (Could not find a JavaScript runtime. See https://github.com/sstephenson/execjs
This should be pretty simple, still I can not see what/how something could be
<input type=text data-bind=value: classCode, valueUpdate: 'afterkeydown', event: { keypress: doSomething}> I could not see
Unhandled Exception: System.IO.FileLoadException: Could not load file or assembl y ' TheLibrary , Version=1.2.3905.36284,
Could not load file or assembly 'EntityFramework, Version=4.3.1.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its
I could not integrate the Test Flight sdk in my ios App for crash
I could not figure out how to get the white fill for this ggplot2
I could not find a way to make a RTL paragraph in Docx using
I could not find the function that returns the name of the cell referenced.
I could not find a clear answer to this question elsewhere, so I'll try

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.