ViolentCrimes Posted September 29, 2012 Share Posted September 29, 2012 The master server is windows 2008. The remote it is debian 6.0 stable. tca # System.Net.WebException: The underlying connection was closed: A connectio n that was expected to be kept alive was closed by the server. at System.Web.Services.Protocols.WebClientProtocol.GetWebResponse(WebRequest request) at System.Web.Services.Protocols.HttpWebClientProtocol.GetWebResponse(WebRequ est request) at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodN ame, Object[] parameters) at TCAdmin.SDK.Web.References.ServerUtilities.ServerUtilities.GetMonitorVersi on() at TCAdmin.SDK.Objects.Server.get_MonitorVersion() Link to comment Share on other sites More sharing options...
ViolentCrimes Posted September 29, 2012 Author Share Posted September 29, 2012 I got an answer via support. Incase someone else is having the issue this is how to fix it. Edit the master's TCAdminMonitor.exe.config. Find this line: <add key="TCAdmin.WebServices.KeepAlive" value="True"/> Change it to this: <add key="TCAdmin.WebServices.KeepAlive" value="False"/> If it doesn't exist add it between <appSettings> </appSettings> Then restart the monitor. Luis Alvarenga TCAdmin - The Game Hosting Control Panel Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now