摘要:
OracleConnection m_DbConnection = new OracleConnection(connectionString); if (m_DbConnection.State == ConnectionState.Closed) m_DbConnection.Open(); O 阅读全文
摘要:
问题: 今天上午,WebService部署成站点之后,如果在本地测试webservice可以运行,在远程却显示“测试窗体只能用于来自本地计算机的请求”或者"The test form is only available for requests from the local machine. ",... 阅读全文