Help with Creating an Update

Hello; I am trying to create a wyBuild update for my application but have not been successful.Now please consider my screnario.I have created a small application AMMIS.exe a .NET Application where I have added Automatic Updater. I expect my compiled application will have 3 files AMMIS.exe,AutomaticUpdater.dll,AMMIS.exe.Config

I have created wyBuild project called also AMMIS and the uploading ftp site is ftp://localhost/AMMIS

I could build and upload the project from wyBuild. This is an empty project with version 1.1.When I browse the ftp site I see there are two file ammis.all.to.1.1.wyu and wyserver.wys

Now in the Download Sites I have added a url http://localhost/ammis/%file%.

In the IIS I have created a Virtual Directory AMMIS pointing to C:\\inetpub\wwwroot\ammis. Now I am not sure what to put in this folder. But currently I put those two files ammis.all.to.1.1.wyu and wyserver.wys.I am very confused about the uploading ftp site and the downloading site ...I dont know how they link and why do I need them.When I try to run wyUpdate.exe I get an error

Error trying to save file: Error downloading "http://localhost/ammis/wyserver.wys": The remote server returned an error: (404) Not Found. I have already created the MIME Types in my IIS server.

I don't know what I put in 1.2....1.3 and 1.n....And where I put these folders in IIS or ftp.

Please If you can send me a sample I would appreciate.Thanks.

Honestly, the best place to start is the step-by-step walkthrough: https://wyday.com/wybuild/help/walkthrough.php

The difference between the download site and the upload site is just a matter of who can upload to your servers. You only want you and your employees to upload to your servers. Hence why there's an "upload site" (read *and* write access) and a "download site" (just read access).

The upload site should be where the upload files are put. And the download site is where the update files are downloaded from.

Does that make sense? So you upload the files to the server and the download site should access those files.