Hi Guys,
we are checking out your excellent software.Seems well written and easy to understand for me.Nice work.
But now for the question :
I have defined multiple download sites.Site 1 is only reachable on our internal network.Site 2 is reachable on the Internet.Order is : site 1 and then site 2
The program is i'm trying to update is a windows service written in VB.NET.I'm using the latest AutoUpdate component (downloaded yesterday).With 1 download site everything works well.But with the 2 sites I get the following behavior :
When I stop the website at site 1 to check if WyUpdate uses site 2 and then do a check for update from the service :
I get the DownloadingFailed event with the errormessage :
Error trying to save file: Error downloading "http://dev-srv-ins/Publish/InsunetBackend/insunetbackend.1.0.to.1.1.wyu": Unable to connect to the remote server
(dev-srv-ins is our internal testserver)
After that all updates are blocked, until I restart the service.
My question is :
Why do I get this error ?Why are all updates blocked, even if I restart the website on DEV-SRV-INS ?