clickonce on the web
I have been trying to set up a clickonce deployment (c# express) for publishing on the web and after spending the whole day trying to get it going, I concluded that it only works if you deploy it under IIS. I don't have IIS and instead of being executed, the .application manifest keeps coming up as a text document under IE. Is my conclusion correction? If so, how would I go about deploying my application on the web apart from deploying as a CD and copy all the contents to my web page for downloading?
[506 byte] By [
mo.] at [2007-12-17]
Found the answer ... You can deploy to any web server but you must associate the
.application extension with the MIME type '
application/x-ms-application'.
The Microsoft How To .. ClickOnce documentation, though very detailed with many links, doesn't mention this upfront. Hope the above will help others who have the same problem.
mo. at 2007-9-8 >
