利用 Windows Azure 进行 ClickOnce 发布
我一直在利用业余时间开发一个小型 C#/WinForm 实用程序,并且已经准备好发布它。我的上一个项目是通过CodePlex托管的,它允许我更新我的源代码并通过我的计算机手动上传新版本。
我最近收到了 MSDN 订阅,这给了我相当大量 Windows Azure 的使用/存储量。
这让我思考,我知道 ClickOnce 允许通过互联网安装应用程序,但是在使用 Azure 托管它的同时是否可以这样做?
我想这将允许我更新我的应用程序并将其推送到 Azure,同时通过 Team Foundation Server 更新 CodePlex 上的源代码。
有人有这方面的经验吗?这是可以做到的事情吗?
感谢您的宝贵时间:)
I have been developing a small C#/WinForm utility in my spare time and have got to the point where it's ready for release. My previous project was hosted via CodePlex which allowed me to update my source code and manually upload new versions via my computer.
I've recently recieved an MSDN subscription which gives me a fairly generous amount of usage/storage with Windows Azure.
This got me thinking, I know ClickOnce allows applications to be installed via the internet but would it be possible to do so whilst using Azure to host it?
I would like to think that this would allow me to update my application and push it to Azure whilst updating my source code on CodePlex via Team Foundation Server.
Does anybody have any experience in this? Is it something that can even be done?
Thanks for your time:)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查看 Kazi Nadudvari 的博客,看看这篇文章是否有帮助:
如何将 ClickOnce 应用程序部署到 Windows Azure?
Take a look at Kazi Nadudvari's Blog and see if this post helps:
How to deploy ClickOnce applications to Windows Azure?