现在的位置: 首页 > 综合 > 正文

Remoting: Server encountered an internal error.

2011年05月07日 ⁄ 综合 ⁄ 共 284字 ⁄ 字号 评论关闭

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> 

抱歉!评论已关闭.