0

I am publishing my windows application(using ) on share drive and want to give Users facility to update there applications automaticaly. But in "Click Once" I need to specify Installation Folder URL(My Computer does not have IIS on it). So I am trying to publish my application on other computer's IIS(in the network).

I am not sure how to do it.

neontapir
  • 4,698
  • 3
  • 37
  • 52
mandeep gill
  • 45
  • 1
  • 8

1 Answers1

0

Installation Folder URL does not have to be an actual URL or website. It can be a UNC path like \ComputerName\SharedDrive\MyApplication

So in this case IIS is not needed at all.

Matt Cofer
  • 2,972
  • 1
  • 20
  • 18