Click once not working
Hi,
I'm trying out the click once, but eather I forget somethign or eather it is not working yet. When I try to open publish.htm it only opens an xml file. When I thry to publish on local htt (no HTTP server) then it seems to work also. I have no idea what I do wrong.
I have uploaded a project (it is just a main form) to:
http://www.mestdagh.biz/kieken
If someone can see and eventueally can tell me ? Thanks..
It opens the welcome screen on publish.htm, but when I hit 'launch' then it just opens an XML file.
The most likely reason for this is that .application extension is not associated with the right MIME type on your web server. The MIME type for .application should be set to application\x-ms-application.
After configuring the MIME type on server clear your IE cache and try again.
For more info on this see ClickOnce troubleshooting doc on http://msdn2.microsoft.com/library/ms165433(en-us,vs.80).aspx.
-Sameer
Hi Sameer,
1. Thanks, that was it. I just found out myseslf after a long search. This really should be published somewhere !
2. The mestdagh.biz server does a HTTP redirect (302) to the pandora.be server. So the browser should do his GET every time at the right server. Do you think the application itself should have problems with a redirect if checking for a newer version ?