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.
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
Code:
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<customErrors mode="Off" />
</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