ClickOnce Deployment Problem

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I published a Windows Form application onto my website (ISP) using FTP
(ftp://controlbase.com.br/ReplicaLadder).
I open the publish.htm, click on Run buttom and receive "The page cannot be
found
".
When I publish to localhost (my notebbok) it works fine.
Can someone help?
 
Hi

I'm not sure that this is the correct answer, the the error you get.

But if your ISP runs Windows 2000 (not 2003) they need to make make some
changes to the IIS 6.0 web server.

They need to map the .application, .manifest and .deploy file types in IIS
as follows:

..application -> application/x-ms-application
..manifest -> application/x-ms-application
..deploy -> application/octet-stream


See:
http://www.lhotka.net/WeBlog/PermaLink,guid,db6c65c8-193c-4abb-9e12-07a96d521f47.aspx

But the "error" I've got was not "The page cannot be found". Instead I got
the XML of the Manifest file, so it might be the wrong solution.

Thomas
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top