Windows Forms Application: Deployment via Internet
I have created a Windows Forms application. So far, I have distributed the application and support files as CDs.
My intention is to distribute this same application via the Internet. Following MS instructions, I have created a Web Setup project. Now I have the Web Setup project and the project files. My problem is this:
How do I allow a user to click on a link inside a web page so that he/she can download the files? Can I deploy the project files to a web host as long as there is enough space available? Can I use the Setup.exe file to upload the project files to a web host?
Sorry, I am very new to all this. If my questions are irrelevant could you please just point me in the right direction?
What I want to do: Distribute a windows forms application as downloadable files via the Internet.
Available tools: IIS (works properly)
MS VS.Net
Thank you for any hint or pointer, Ursula