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

  • SEARCH
  • Home
  • 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 6085695
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T11:40:05+00:00 2026-05-23T11:40:05+00:00

I want to add the ability to see the server exception on the client

  • 0

I want to add the ability to see the server exception on the client side.

If the server got some exception => i want to show some MessageBox on the client side that will show the exception message ..

How can i do it ?

  • 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-05-23T11:40:05+00:00Added an answer on May 23, 2026 at 11:40 am

    First of all, you need to enable your WCF service to return detailed error information. This is OFF by default, for security reasons (you don’t want to tell your attackers all the details of your system in your error messages…)

    For that, you need to create a new or amend an existing service behavior with the <ServiceDebug> behavior:

    <behaviors>
        <serviceBehaviors>
           <behavior name="ServiceWithDetailedErrors">
               <serviceDebug includeExceptionDetailInFaults="true" />
           </behavior>
        </serviceBehaviors>
    </behaviors>
    

    Secondly, you need to change your <service> tag to reference this new service behavior:

    <service name="YourNamespace.YourServiceClassName"
             behaviorConfiguration="ServiceWithDetailedErrors">
       ......
    </service>
    

    And third: you need to adapt your SL solution to look at the details of the errors you’re getting back now.

    And lastly: while this setting is very useful in development and testing, you should turn those error details OFF for production – see above, for security reasons.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a website built with ASP.NET (3.5) and want add some level of
I have a list of string values that I want add to a hashtable
I want to add Emboss effect in my Custom design.I will really appreciate if
I'm writing some JavaScript that interacts with a browser plugin (add-on in Firefox, ActiveX
Im writing WPF application and want to add ability to call jump list and
I want to add the ability in my application which is using Spring framework
I want to add the ability to have the option to click on certain
I Have an XML Node that I want to add children to over time:
I want to add to my app the ability to play songs in slow\fast
i want to add the ability to post to the facebook wall trough my

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.