Using Windows Azure with ClickOnce Publishing

I am developing a small C # / WinForm utility in my free time and have come to the point where it is ready for release. My previous project was hosted through CodePlex, which allowed me to update the source code and manually download new versions through my computer.

I recently got an MSDN subscription , which gives me a pretty generous amount of usage / storage with Windows Azure.

It made me think, I know that ClickOnce allows you to install applications over the Internet, but can this be done using Azure to host it?

I would like to think that this will allow me to update my application and direct it to Azure, updating the source code of CodePlex through Team Foundation Server.

Does anyone have any experience with this? Is this something you can even do?

Thank you for your time:)

+3
source share
1 answer

Take a look at the Kazi Nadudwari blog and see if this post helps:

How to deploy ClickOnce applications for Windows Azure?

+3
source

All Articles