I get this error returned from my remoting server when i connect to it from my client application.
"Server encountered an internal error. For more information, turn off customErrors in the server's .config file."
The server application is installed as a windows service & i have tested this on my machine and it works when i connect to the service, i have also tested this on another WinXP machine and its connects. But i now installed it on Windows Server 2003 and when i try to connect to the service i get this errory message.
How i can establish the problem. or has anyone had this issue before.
i have already added the following before i register the wellknownservicetype
Code:Dim MyFormatter As New System.Runtime.Serialization.Formatters.Binary.BinaryFormatter() MyFormatter.FilterLevel = System.Runtime.Serialization.Formatters.TypeFilterLevel.Full RemotingConfiguration.CustomErrorsMode = CustomErrorsModes.Off





Reply With Quote