if(isset($_REQUEST["ticket"]))
 {
 $URL = $CASserver . "serviceValidate?ticket=" . $_GET["ticket"] . "&service=". $ReturnURL;
 $xmlhttp = new COM("MSXML2.XMLHTTP"); 
 $xmlhttp->open("GET",$URL,false,null,null); 
 $xmlhttp->send(); 
 $xmlString = $xmlhttp->responseText;
 
 $_SESSION['cas']['PName']= RegexLog($xmlString, "PName");//姓名就这么几行代码,在其他的服务器就没问题,可到了我的服务器就不行了.老是提醒错误:Fatal error: Uncaught exception 'com_exception' with message '<b>Source:</b> msxml3.dll<br/><b>Description:</b> 发生安全性问题。 ' in J:\cloud\index.php:15 Stack trace: #0 J:\cloud\index.php(15): com->send() #1 {main} thrown in J:\cloud\index.php on line 15怎么都查不到这是什么错误.更别说解决方法了.msxml我都重装注册了N遍,防火墙,杀毒软件也关了还是不行
com_exception发生安全性问题