Avatar of Bill2802
Bill2802
Flag for United States of America asked on

Web Application connection

This week I have a computer that is unable to connect to a web application called Facility Scheduler hosted by ACS Technologies.  At the same time the computer is having problems with iTunes.  Do not know if they are connected, but suspect they are.  Here is the error message I get when the computer tries to run the Facility Scheduler

System.Net.WebException: The underlining connection was closed: Unable to connect to the remote server. --> System.Net.Sockets.SocketException: The parameter is incorrect

at System.Net.Sockets.Socket..ctor(AddressFAmily, SocketType socketType, ProtocolType protocolType)

at System.Net.ServicePoint.Get Connection(PooledStream PooledStream, Object owner, Boolean async, IPAddress& address, Socket& abortSocket 6, Int32 timeout)

atSystem.Net.PooledStream.Activate(Object owingObject, Boolean async, Int32 timeout, General AsyncDelegate asyncCallback)

At System.Net.Connection.CompleteStart Connection(Boolean async, HttpWebRequest)

----- End of inner exception stack trace -----

at System.Net.Webclient.DownloadInternal(URI address, Webrequest & request)

at System.Net.WebClient.DownloadString(Uri address)

at AcsTech.Api.ApiHelper.CheckForTimeSkewError()

at AcsTech.Client.Deploy.AcsDeployment.Update(Boolean silent)

at AcsTech.Client.Win.Main.Program.Main (String[] args)


Does anyone have a clue how I can fix this?  I have tried repairing the .Net Framework but that did not do anything.  Something seems to have been corrupted, but I do not know what or how to fix it.  Any help would be appreciated.
Web Applications.NET App Servers

Avatar of undefined
Last Comment
Bill2802

8/22/2022 - Mon
ASKER CERTIFIED SOLUTION
Duy Pham

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
Bill2802

ASKER
Thanks
I started with Experts Exchange in 2004 and it's been a mainstay of my professional computing life since. It helped me launch a career as a programmer / Oracle data analyst
William Peck