急急急。。。兄弟们快帮我看下。。。这是什么原因?
Server Error in '/' Application.
--------------------------------------------------------------------------------
由于目标机器积极拒绝,无法连接。 124.0.0.1:2344
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Net.Sockets.SocketException: 由于目标机器积极拒绝,无法连接。124.0.0.1:2344
Source Error:
Line 118: adc.ConnectionString = Session["OLAPConnectionString"].ToString();
Line 119: ArrayList tempList = new ArrayList();
Line 120: adc.Open();=============报错行
Line 121: using (adc)
Line 122: {
Source File: d:\sicreportweb\AjaxPageBase.aspx.cs Line: 120
Stack Trace:
[SocketException (0x274d): 由于目标机器积极拒绝,无法连接。 124.0.0.1:2344]
System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress) +1073657
System.Net.Sockets.Socket.Connect(EndPoint remoteEP) +84
System.Net.Sockets.TcpClient.Connect(IPEndPoint remoteEP) +145
System.Net.Sockets.TcpClient.Connect(IPAddress address, Int32 port) +200
Microsoft.AnalysisServices.AdomdClient.XmlaClient.GetTcpClient(ConnectionInfo connectionInfo) +145
由于目标机器积极拒绝,无法连接。这是什么原因?怎么解决?我在测试的时候就没问题,为什么部署到服务器上面就出现这样的错误??