Worker Role Instance与Web Role Instance有什么不同?

Worker Role Instance与Web Role Instance不同,Worker Role Instance不能直接接受来自外部网络的连接,但它能读取来自Queue存储的信息。Worker Role Instance可被视为一个批处理任务,通过一个具体方法来实现。开发者可以同时使用Web Role Instance和Worker Role Instance或二者之一来创建一个Windows Azure应用。而Web Role Instance可以接受来自HTTP或HTTPS的需求,它运行在一个包括互联网信息服务(Internet Information Services,简称IIS)的虚拟机中,开发者能够运用ASP.NET、WCF、或其他与IIS相兼容的.NET技术创建Web Role Instance。同时,开发者也可以运用其他非.NET架构技术来创建、上传和运行应用,比如PHP。此外,Windows Azure提供负载均衡来实现基于Web Role Instance的相同应用的需求扩展。


from: http://bbs.chinaunix.net/archiver/tid-1854383.html

 

 

如何查看Blob Storage中内容?

通过地址 https://www.myazurestorage.com/ ,然后输入Azure Account Name以及Primary Access Key。

 

Web lesson for Azure.

http://code.msdn.microsoft.com/site/search?f[0].Type=SearchText&f[0].Value=WCF%20Azure&f[1].Type=Affiliation&f[1].Value=Official&f[1].Text=Microsoft

http://blogs.msdn.com/b/azchina/archive/tags/windows+azure_6551e8955965665bfb7c1752_/default.aspx


Get error message 'Can't access a closed file' when try to upload files.

We need to add a node in web.config file like below:

</system.web>

This is a new attribute to the httpRunTime element in the web.config for ASP.Net 2.0 that specifies a disk buffer.
 

相关文章:

  • 2021-10-03
  • 2021-07-14
  • 2021-10-20
  • 2021-11-15
  • 2022-01-18
  • 2021-05-21
  • 2021-11-24
猜你喜欢
  • 2022-01-11
  • 2021-08-08
  • 2021-04-06
  • 2021-12-18
  • 2021-04-10
  • 2021-10-29
  • 2021-10-28
相关资源
相似解决方案