Your .config file should look like

<configuration>
   <system.runtime.remoting>
       <customErrors mode="Off" />

> -----Original Message-----
> From: Rakesh Ranjan [mailto:[EMAIL PROTECTED] 
> Sent: Tuesday, 24 June 2003 3:28 AM
> To: [EMAIL PROTECTED]
> Subject: [ADVANCED-DOTNET] remoting exception not propagating 
> to the client
> 
> 
> I have a server running on a remote PC running with DotNet 
> Framework version 1.1.4322. An exception thrown by the server 
> is not propogated to the client, rather I get the following 
> error message:
> 
> "Server encountered an internal error. For more information 
> turn on customErrors in the server's .config file."
> 
> I have changed the values of the customErrors to on and off 
> and on again and none of the permuatation allows me to 
> resolve the problem of being able to see the exception 
> message at the client.
> 
> Any help is welcomed.
> 

Reply via email to