RemotingConfiguration.CustomErrors Enabled(true)?
C#
1
Posts
1
Posters
0
Views
1
Watching
-
i have two services runing on two different machines. when the client sends a request to the server through remoting i am getting the below error. "Server encountered an internal error. For more information, turn on customErrors in the server's .config file." In my code i am doing RemotingConfiguration.CustomErrors Enabled(true)? what will happen if i pass false as parameter to the above method I googled before posting it here , i couldnt understand the answers. Its little urgent please help me.