I have a desktop application which uses flat files (some xml and small pictures) as data. I want this data to be available on other PCs which have the desktop application installed and usable by a sma
Suppose my Azure role somehow exhausts system-wide resources. For example it spawns many processes an开发者_开发技巧d all those processes hang and consume all virtual memory in the system. Or it creat
I have a question that I have researched a lot but cannot find any solid proven answers for yet. I have a Web Application that I am developing, potentially using Membership API for user membership an
Our ASP.NET MVC 3 application is running on Azure and using Blob as file storage. I have the upload part figured out.
I need to test whether HTTPS works right in my Azure web role deployed on the cloud. I followed all steps to create a self-signed certificate and associate it with my role. Now my开发者_开发技巧 role
I have strings like this: RowKey = \"Local (Automatic/Manual) Tests\", When I try to store in Windows Azure then this fails as I assume it does not accept the \"/\" as part of the row key.
We\'re using DiagnosticMonitorTraceListener as a general trace listener (primarily for for ASP.NET Health Monitoring) as well as an Enterprise Library 5 listener for exception handling. This works wel
I have var query = from Dev device in storage.QueryEntities<Dev>(\"dev\") where device.PartitionKey == \"1\"
Our system uses AppFabric Caching on Azure and we have multiple kinds of apps and 开发者_开发技巧roles that are sharing the same cached values. I\'m looking for some recommendations on how to organize
I have the following class: public class Note : TableServiceEntity { public Note( ) { } public Note(string pK)