Answered by:
ClickOnce Publish

Question
-
Is it possible to publish the software in a webserver other than IIS?
I need the steps to publish the software in Apache.
Thanks in Advance!!!Thursday, May 29, 2008 10:01 AM
Answers
-
You can't run Apache and IIS at the same time because they would conflict on the IP address/port information. So I assume that you stop one and then start the other. Have you verified that the URL you are using is valid for Apache? It might be necessary to copy the files to the Apache server manually rather than publishing them.
Michael Taylor - 5/28/08
- Marked as answer by jack 321 Monday, June 2, 2008 2:29 AM
Thursday, May 29, 2008 1:08 PMModerator
All replies
-
The underlying web server shouldn't matter but I can't say I've tried anything other than IIS. All that really matters is having the files in a fixed directory structure and having the app look at the right URL. Are you having a specific error occur when you try it? Is it an issue with publishing or trying to download the software from the web server once it is published?
Michael Taylor - 5/28/08
Thursday, May 29, 2008 12:36 PMModerator -
I have both IIS and Apache WebServer, After i stopped the IIS also when i try to publish using Visual Studio, i dont see it is publishing in the Apache's Location and i can see it is updated in IIS only.
- Proposed as answer by msanjayv Thursday, July 10, 2008 1:47 PM
Thursday, May 29, 2008 12:46 PM -
You can't run Apache and IIS at the same time because they would conflict on the IP address/port information. So I assume that you stop one and then start the other. Have you verified that the URL you are using is valid for Apache? It might be necessary to copy the files to the Apache server manually rather than publishing them.
Michael Taylor - 5/28/08
- Marked as answer by jack 321 Monday, June 2, 2008 2:29 AM
Thursday, May 29, 2008 1:08 PMModerator