Just RUN

A scientist builds in order to learn; an engineer learns in order to build.

Remoting: Server encountered an internal error.

http://dotnetjunkies.com/WebLog/chris.taylor/articles/5566.aspx

RemotingConfiguration.Configure("TestServer.exe.config");


<?xml version="1.0" encoding="utf-8" ?> 

<configuration> 

  
<system.runtime.remoting>    

    
<customErrors mode="off"/> 

  
</system.runtime.remoting> 

</configuration> 

posted on 2005-07-19 10:56    阅读(1406)  评论(2编辑  收藏  举报

导航