Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Remoting Server Custom Error Issues

Status
Not open for further replies.

bsimbeck

Programmer
May 2, 2003
44
US
I have a remoting server that is throwing errors to a client application. I have the following in the app.config file in the application.
Code:
<?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; ?>
<configuration>
<customErrors mode=&quot;Off&quot; />
</configuration>

I have placed a copy of, and renamed that file to bin/CommServer.exe.config

The problem I am having is that when the server throws execptions to the client I am still getting the error message that there was an internal error and to turn on custom error reporting in the server's config file. I set it to off because it is suppose to send the detailed error to the client program, but it isn't working.

Can anyone help?

Branden
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top