ClickOnce - Installation folder Setup on the server side

Aurquiel --- 1 Reputation point
2022-07-04T14:26:57.323+00:00

I am traying to publish an application via ftp, using visual studio 2015 and Net Framework 4.5.2

I have a local ftp in a lan web using windows ftp.

But do i need to create a iis website for the Installation folder Setup? if i neeed to do that how to configure it to point to the ftp?

I just want to use only the ftp is this possible?

Thank you

Windows Forms
Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
1,836 questions
Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,630 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Jack J Jun 24,296 Reputation points Microsoft Vendor
    2022-07-05T09:07:08.49+00:00

    @Aurquiel --- , Welcome to Microsoft Q&A, there are two methods to install the setup file in the ftp server.

    However, we need to create the new FTP site in IIS regardless of using one of the two methods.

    First, we could use clickonce to deploy the folder in the ftp directly.

    217665-image.png

    Second, we could deploy the folder in the local and then upload its contents using an FTP client.

    Hope my suggestions could help you.

    Best regards,
    Jack


    If the answer is the right solution, please click "Accept Answer" and upvote it.If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments