Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Here is a good free alternate solution using Dropbox. It may work on GoogleDrive - haven't tried it.</p> <ol> <li>Install the Dropbox client,</li> <li>Once installed, navigate to the Public sub-directory in whichever directory you assigned as the Dropbox directory,</li> <li>Right-click on the “How to use the Public folder.rtf” file,</li> <li>In the Dropbox menu item, click “Copy Public Link”,</li> <li>Paste it into any notepad application,</li> <li>In Visual Studio, in the Publish tab of your project’s properties, use the following information (substituting your own locations as required): <ul> <li><strong>Publishing Folder Location:</strong> C:My DocumentsMy DropboxPublicProject1</li> <li><strong>Installation Folder Location:</strong><br> <a href="http://dl.dropbox.com/u/xxxxxx/Project1/" rel="nofollow">http://dl.dropbox.com/u/xxxxxx/Project1/</a> (Paste the link from step 4, removing the How to use the Public folder.rtf portion and adding the project directory) </li> <li>Click the “Updates” button, </li> <li><strong>Update Location:</strong> <a href="http://dl.dropbox.com/u/xxxxxx/Project1/" rel="nofollow">http://dl.dropbox.com/u/xxxxxx/Project1/</a> (I always do this just to be on the safe side)</li> </ul></li> <li>Publish</li> <li>That’s it! The files will sync to the Dropbox servers, and the project is deployed!</li> </ol> <p>Now all you have to give out is the URL to either the <a href="http://dl.dropbox.com/u/xxxxxx/Project1/index.html" rel="nofollow">http://dl.dropbox.com/u/xxxxxx/Project1/index.html</a> file if you chose to generate one in your publishing options, or <a href="http://dl.dropbox.com/u/xxxxxx/Project1/setup.exe" rel="nofollow">http://dl.dropbox.com/u/xxxxxx/Project1/setup.exe</a> directly.</p> <p>Credit to: <em><a href="http://www.ne0ge0.com/dropbox-com-for-clickonce/" rel="nofollow">Michael S. Clark</a></em></p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload