Azure App-fabric are part of Microsoft Azure Middleware components. The appfabric consists of Access Control, Service Bus, Caching, Integration.
Questions tagged [azure-appfabric]
61 questions
1
vote
1 answer
How to solve "This operation is not supported by the cache." for NHibernate cache in Azure?
I'm trying to implement Nhibernate 2nd level cache using the NHibernate.Caches.Velocity and discussed here on stack overflow using this this blog post.
The application is Azure WebRole using Nhibernate 3.2.
Everything seems to be correct except for…

Jonas Stensved
- 14,378
- 5
- 51
- 80
1
vote
1 answer
assistance required in solving appfabric issues
My application is using AppFabric for our distributed caching model in a production web farm of windows web 5 servers. The application is a .net4 c# web application. We are encountering some problems with AppFabric and have some questions regarding…

amateur
- 43,371
- 65
- 192
- 320
1
vote
1 answer
how to get information like email-id of currently logged in user using Federated authentication in a win azure app
A windows azure application accept Federated authentication where user can log in using any of the gmail , facebook and live id . Once user is logged in , how can one extract information like getting user name and email id specifically . ?

mohit nagpal
- 103
- 11
1
vote
1 answer
EF4.1 hangs for 120 seconds when using Microsoft.ApplicationServer.Caching.DataCacheFactory
I have a consistent, repeatable 120 second hang whenever the application calls
this.cacheProvider.Add(new CacheItem(cacheKey, data, this.regionName), cachePolicy);
at line 60 of the CachedDataSource.cs of the sample.. The .Add method is internal…

makerofthings7
- 60,103
- 53
- 215
- 448
1
vote
1 answer
Azure AppFabric cache dll version differences
This question might be posted, but nobody pointed out exactly what is the real solution.
Local setup of Windows Server AppFabric works on minor version (which is 1.0.2912)
Windows Azure AppFabric SDK 1.0 works on 1.4223
And AppFabric in cloud works…

Yahya
- 3,386
- 3
- 22
- 40
1
vote
2 answers
Windows Azure Cache ErrorCode:SubStatus
I am intermittently facing the ErrorCode:SubStatus with Windows Azure and the App Fabric cache in my ASP.NET application. This brings my whole web application to a standstill until I reset it making Azure no longer viable.
I am only storing very…

Mister Cook
- 1,552
- 1
- 13
- 26
1
vote
0 answers
Unable to host a Service Bus WCF Host in IIS on Azure
I have worker roles that send out multicast messages using the azure service bus. Two of the consumers of these messages are websites hosted on Azure. I know that there are issues hosting service bus WCF endpoints in IIS even when running on…

knightpfhor
- 9,299
- 3
- 29
- 42
1
vote
1 answer
Azure Back Ground Services For File Processing
We currently have Window service to process Inbound/outbound files.
In Bound files we read data and perform some calculations and store data in Database.
Out Bound files we generate data from the database.
We want to migrate to azure now. I have…

Rahul Kumar
- 31
- 3
1
vote
0 answers
Disabling Azure AppFabric Cache Asp.Net MVC
I am working on an upgrade for a website which was developed back in 2013. In the website, Azure AppFabric is used for caching. I hosted the site on my local IIS. When I navigate to the site, I get the following error:
[SocketException (0x2af9): No…

Khizar Iqbal
- 435
- 2
- 11
- 18
1
vote
2 answers
will Azure reboot/reimage/(both) my instance if it's not responsive?
I have an Azure webrole project which involves a long startup task of installing 3rd party software on the instance;
Occasionally, I've seen instances that don't respond, so I'm implementing a probe, for the load balancer to take note of this and…

user2120679
- 11
- 3
1
vote
1 answer
AppFabric DataCache GetValues by keys?
How can I use AppFabric DataCache and get values by keys?
eg. I want to do:
string[] keys = new []{"key1","key2", ...,"keyLast" }
object[] values = factory.GetCache("MyCache").Get(keys);
This seems like a very fundamental operation, I am hoping…

Alwyn
- 8,079
- 12
- 59
- 107
1
vote
1 answer
Azure ACS in a PhoneGap project
Although this is the first time I'm forwarding a question here, I occasionally find answers to my questions here, so first of all, thanks!
Have someone tried to implant Azure ACS in a PhoneGap project?
I have a working mobile web application…

Eitan
- 367
- 3
- 8
1
vote
2 answers
How to deploy custom DataCacheStoreProvider for write-through and read-behind on Azure
Is it possible to deploy custom DataCacheStoreProviders on Azure? I'm currently trying to deploy and test one locally, but I'm not sure how to go about this because the documentation doesn't cover my scenario. Any help would be appreciated.

w.brian
- 16,296
- 14
- 69
- 118
1
vote
2 answers
Appfabric Error: ErrorCode:SubStatus:Error in client configuration file
I am getting this error when trying to use caching for app fabric.
I was following the example given in this article.
ErrorCode:SubStatus:Error in client configuration file.
"An error occurred creating the configuration section handler for…

RBZ
- 2,034
- 17
- 34
0
votes
2 answers
Configure Azure Cache (...) of WebRole in cscfg file?
Currently, I have my Azure Cache configuration
...
inside my Web.config of my Azure WebRole. I would like to be able to easily modify the Azure Cache settings after the cspkg package has…

Evgeniy Berezovsky
- 18,571
- 13
- 82
- 156