Carlos kambui

Carlos kambui

  • NA
  • 499
  • 127.3k

How to publish c# application online

Jul 20 2018 4:29 AM
hi guys i have developed a c# application and i want to published it online that my client can download it from my website, how can i go about it

Answers (5)

0
Carlos kambui

Carlos kambui

  • 0
  • 499
  • 127.3k
Jul 20 2018 9:32 AM
Want to use clickonce
0
Ruchi Sharavat

Ruchi Sharavat

  • 0
  • 959
  • 603.3k
Jul 20 2018 6:07 AM
You can upload your code or .exe by uplaoding that on your online path and provide that url anywhere in clickable form i.e. in anchor tag so that people may click that and your file will get downloaded at there end.
 
<a href="yourdomain/pathofexe">Click here to download </a> 
0
Carlos kambui

Carlos kambui

  • 0
  • 499
  • 127.3k
Jul 20 2018 5:55 AM
People can download .exe file
0
Carlos kambui

Carlos kambui

  • 0
  • 499
  • 127.3k
Jul 20 2018 5:55 AM
I have c# windows application and i want to publish that app in way diffrent people can access from diffrent location,not website.
0
Ruchi Sharavat

Ruchi Sharavat

  • 0
  • 959
  • 603.3k
Jul 20 2018 5:37 AM
Please explain more. Do you mean you want to put your published code on any of your website and allow your client to download that published code from your website?