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

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -