Question : ASP.NET clickOnce to download app to client

I wanted to use ClickOnce
http://msdn.microsoft.com/en-us/library/31kztyey(v=VS.80).aspx
to download an app to the user than maintain hands free...

1) Can it be used in VisWeb Dev Express Edition? I know it can be used in visual studio
2) whats an example of embedding it into an .aspx page? so that once the user purchases teh product from shopping cart..clickOnce will begin its process...

Answer : ASP.NET clickOnce to download app to client

The updates options are available in the clickonce technique. You can check out the updates at:
1. Right Click Project in Solution Explorer.
2. Click Properties
3. Publish Tab
4. Click Updates Button
5. Here You Have updates check box and the options available.
6. ALso you have Minimum required version check box. Here you can define the latest publish version in order to do the updates automatically before the user intervention.

If you do not give the same version number as minimum, then it will give the User an option to install the updates or to skip them if the user press the skip button by mistake then he need to open the publish url again to get the updates or you need to publish it again for the new version.
Random Solutions  
 
programming4us programming4us