472,121 Members | 1,489 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,121 software developers and data experts.

Server encountered an internal error. For more information, turn off customErrors in the server's .config file.

"Server encountered an internal error. For more information, turn off
customErrors in the server's .config file."

The above is not a particularly helpful error message. It is being thrown by
a remoting C# application server accessing the bll/dal layers from a web
server. I turned off customErrors in the remote config file, but still get
this nearly useless error message. Worse, everything works fine if the
layers are all run on the same machine.

Does anyone have a clue as to what to do about it?
Nov 17 '05 #1
1 14467
Ray Stevens wrote:
"Server encountered an internal error. For more information, turn off
customErrors in the server's .config file."

The above is not a particularly helpful error message. It is being
thrown by a remoting C# application server accessing the bll/dal
layers from a web server. I turned off customErrors in the remote
config file, but still get this nearly useless error message. Worse,
everything works fine if the layers are all run on the same machine.

Does anyone have a clue as to what to do about it?


like this:

<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<system.runtime.remoting>
<customErrors mode="off"/>
--
Reginald Blue
"I have always wished that my computer would be as easy to use as my
telephone. My wish has come true. I no longer know how to use my
telephone."
- Bjarne Stroustrup (originator of C++) [quoted at the 2003
International Conference on Intelligent User Interfaces]
Nov 17 '05 #2

This discussion thread is closed

Replies have been disabled for this discussion.

Similar topics

1 post views Thread by Murat Dikici | last post: by
10 posts views Thread by Ron Weldy | last post: by
14 posts views Thread by Peter | last post: by
reply views Thread by leo001 | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.