Publishing with ClickOnce

  • Thread starter Thread starter Dustin Davis
  • Start date Start date
D

Dustin Davis

This is my first attempt at using ClickOnce. It seems it is publishing
OK, but I can't run the install. If I use IE, I just see XML in the web
browser. If I use Firefox, I download a setup file, run it, then see XML
in the browser. I'm using Windows 2000, though my friend tried it on XP
and got the same results. Any suggestions?

I've tried on 4 different computers with the same results - I always see
just the xml :(
 
I guess you were publishing to a web site. How are you trying to access the
published application? Have you tried publishing to a local drive/network
share? Does anything change when publishing to local drive?
 
Make sure you have .Net 2.0 installed on your server. It adds some
stuff to IIS so the file types get recognised.
 
Back
Top