Search code examples
c#.netwinformssetup-deployment

Publishing Windows Form Application on Other Computer's IIS


I am trying to publish my Windows Form Application using ClickOnce on the IIS of other Computer (in the network) as my computer do not have IIS installed.

But while publishing it gives me error

Failed to connect to 'http://10.11.41.12/test/' with the following error: Unable to create the Web site 'http://10.11.41.12/test'. The Web server does not appear to have FrontPage Server Extensions installed.

I installed front page extension on other computer, but it is still giving me the same error.


Solution

  • In your other question you indicated you wanted to serve the application off of a shared drive. If that is true then you do not need IIS at all. Just set the installation folder URL to the UNC path to the shared drive, for example: \computer\shareddrive\MyApplication