Search found 3 matches

by Nathan123
16 May 2016, 08:33
Forum: Help
Topic: Connect Visual Update to localhost
Replies: 5
Views: 17837

Re: Connect Visual Update to localhost

Hi,

Thank you for the answer.

However, I have been confirmed that the issue is indeed with IIS7 - which will reply with error 404 for some specific file extension (such as .ini);

One possible remedy is given by this blog post : http://robwillis.info/2012/04/iis-7-404-file-not-found-when-the-file ...
by Nathan123
12 May 2016, 04:47
Forum: Help
Topic: Connect Visual Update to localhost
Replies: 5
Views: 17837

Re: Connect Visual Update to localhost

Well, further details for the case :

- the updatescript.ini file (save as configurations file) is place in C:\inetpub\wwwroot\
- the updatescript.ini contains the following only (no spaces) :

releases{
1.0
1.1
}
release:1.0{
}
release:1.1{
DownloadFile:MyProgram.txt,
}

- the IIS7 is working ...
by Nathan123
09 May 2016, 17:03
Forum: Help
Topic: Connect Visual Update to localhost
Replies: 5
Views: 17837

Connect Visual Update to localhost

Hi,

I am trying to connect Visual Update to the localhost with the following URLs : http://localhost or http://127.0.0.1/ or http://localhost:80/

The localhost is working fine and is displaying the "IIS7 internet information service" welcome page.

However the update is still unable to get ...