locked
How to export a web-API project and install it on a server? RRS feed

  • Question

  • Hi,

    I developed a web-api in c#. Now i want to export it and install it on a server. I already tried to build the release version of the project but in the folder are a lot of different files (unfortunately I do not have permission to post pictures). Which ones do I need and how to make the application run on a server?

    Thanks a lot!


    Sunday, October 2, 2016 3:45 PM

Answers

  • Hi ltfeT_5,

    How did you export your project? Do you use the Click-Once or others technology.

    If it is the setup app, as far as I know, for a general app, it would have setup.exe or xx.exe file in your export folder.

    Like the following screen shot, I just publish a simple console app using the Click-once, I will get the setup.exe file.

    For web app, maybe this document would be helpful for you here:

    https://msdn.microsoft.com/en-us/library/dd465337(v=vs.110).aspx

    Of course, it would be related to the way how you create the setup project, please share me the detailed steps.

    Best Regards,

    Jack


    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click HERE to participate the survey.


    Tuesday, October 4, 2016 8:18 AM