c# - publish application with clickonce on website -
i have searched everywhere without answer problem. have .net framework 4.0 win forms application. publishing have website built asp.net.
i have problem publishing, downloading (user), running it. let's publish application ftp://etc.com/program/ installation folder url http://etc.com/program/ ... etc. doing right ?
in asp.net website have code when user clicks button download application , install.
protected void imagebutton1_click(object sender, imageclickeventargs e) { response.redirect("program/setup.exe"); }
is way it? when run says cannot download application. application missing required files. how put application user clicks button , run install. thank you
Comments
Post a Comment