IIS Windows Form Application Publish

In this article, we will show how to publish Windows Application with IIS. After building a Windows App in any language (such as c#, vb, asp.net, f#) that you have prepared and compiled with Microsoft Visual Studio, you can publish it on the web after it becomes executable.
First of all, right-click on your project in the Solution Explorer window in V.Studio and click Publish… in the menu that opens.
Then, in the Publish Wizard screen, you need to define how your project is accessed through iis. For example, you created a project and defined this project on IIS and called“http://localhost/proje/ ” from the web browser, here we enter this address in the first stage of the wizard. As in the picture below.
After clicking Next, the next screen asks whether our windows frame application can be used online or offline on the client computer. In other words, if access to the server cannot be established, the application will not work when the offline option is selected. We check the first option, that is, “Yes” and continue.
Click Next and finally click Finish in the pop-up window.
We have completed the process of publishing our Windows frame application you have prepared on the internet. When users connect to your server and want to open your project, they will be able to download the application from the page that will appear and install it automatically on their computers. Our friends who encounter problems can contact me via e-mail or in the comments section.