..NET 3.5
I have a Windows Service application and it does remoting,
but when a client incounters an error the client get the following error
message
"Server encountered an internal error. For more information, turn off
customErrors in the server's .config file."
Where do I turn this off
I have found the following statement but where do I put this statement,
client? server ? I have tried both but still getting the same error message
RemotingConfigu ration.CustomEr rorsMode
Thank You
Peter
I have a Windows Service application and it does remoting,
but when a client incounters an error the client get the following error
message
"Server encountered an internal error. For more information, turn off
customErrors in the server's .config file."
Where do I turn this off
I have found the following statement but where do I put this statement,
client? server ? I have tried both but still getting the same error message
RemotingConfigu ration.CustomEr rorsMode
Thank You
Peter
Comment