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
0
votes
1 answer
Unable to programmatically create client DataCache in Azure in cloud only
I have a Azure worker role that needs to use the cache in AppFabric.
When run locally (Win7x64,VS2010) pointing at the cache in the cloud, it works fine.
When I deploy the same package to the cloud (again pointing at the same cache), it produces…

alergy
- 974
- 1
- 14
- 28
0
votes
1 answer
Azure appfabric cache as provider for distributed outputcache in multiple webroles fires errors "Failed to start monitoring file changes"
Crystal clear :
Step 1
Create a webrole with a few websites with a default.aspx file and a plain regular <%@ OutputCache Duration="3600" VaryByParam="*" %>, in the webconfig use the appfabric cache provider for outputcache and link to your cache…

kdstack
- 197
- 2
- 11
0
votes
0 answers
When using Azure AppFabric Cache as a Session State Provider what causes a transaction
I have AppFabric Cache configured as the Session State Provider for an ASP.NET MVC application. Not all pages access session state (in fact only a few ajax requests do, the main pages commonly accessed by the site users don't, in order to make them…

Andiih
- 12,285
- 10
- 57
- 88
0
votes
1 answer
Can I use the same dev database for Azure AppFabric Workflows, as well as "regular" WF4.0 workflows?
I'm exploring the .NET 4.0 Update 1 features and installed the Azure Appfabric SDK and also Workflow Foundation Samples.
I'm mostly interested in testing the new State Machine, correlation, persistance, ASP.NET MVC, and Azure + MVC in this…

makerofthings7
- 60,103
- 53
- 215
- 448
0
votes
1 answer
How do I extract the signing certificate in ACS for WCF?
Due to a bug in either FedUtil, or ACSLabs, I am adapting this WCF AppFabric labs sample to use the default signing certificate of ACS instead of a custom one.
Question: How do I extract the signing cert used in the ACS Labs for use within WCF?

makerofthings7
- 60,103
- 53
- 215
- 448
0
votes
4 answers
C# errors: member names cannot be the same as their enclosing type and interfaces declare types
I am trying to lauch a service for appFabric for windows Azure. I am implement and EchoService and i need to implement by the way and IEchoContract interface, all of this on server side.
So I proceed like this.
On the IEchoContract.cs
using…

404Dreamer_ML
- 890
- 3
- 14
- 25
0
votes
1 answer
Workflow Foundation and Azure
I have been looking into Workflow Foundation for a build we are currently undertaking.
I have a proof of concept and have been using IIS AppFabric for tracking, faults, and persistence to SQL which are key to our new build. We are now looking to…

Dooie
- 1,649
- 7
- 30
- 47
0
votes
1 answer
Azure Service Fabric : how to find the end point after deployment
I am new to Azure Service Fabric and trying to deploy the first stateless web API app to cloud.
the publishing was successful and showing up in the fabric Service explorer.
Under All Applications menu, it is showing
fabric:/Application1
How to find…

Jojo Peter
- 141
- 2
- 9
0
votes
2 answers
Expiration Date Reset/Overriden on App Fabric Cache Provider
I am using
Microsoft.ApplicationServer.Caching.DataCache for caching
The problem is when I first add an item to the cache it preserves the time out but if I replace the existing item the cahce overrides the timeout to the default value. Here is the…

Helen Araya
- 1,886
- 3
- 28
- 54
0
votes
1 answer
Cache Host config in Azure In-Role caching
Accordingly to this MSDN article (on AppFabric Caching, which is what Azure is run on), I should be able to find a DistributedCacheService.exe.config file located at \Windows\System32\AppFabric, but it doesn't exist on any of the instances.
When…

Dave New
- 38,496
- 59
- 215
- 394
0
votes
1 answer
Azure app fabric web role deployment failing
I am deploying to local azure compute emulator. It goes into a loop displaying: Role state Unknown and Destroyed. I can deploy the same exact code to azure cloud with no issues, but it fails in the local deployment. I checked the fusion log to…

iBe
- 59
- 6
0
votes
1 answer
Windows Server AppFabric Cache and Database synchronization
We are planning to use Windows Server AppFabric Caching for a healthcare application.
We have a Patient master and other master data which we want to cache using AppFabric Cache.
However we also have backend integrations setup with other…

Gaurav
- 895
- 3
- 14
- 31
0
votes
2 answers
Does Azure AppFabric really support AMQP 1.0?
I watched the AMQP 1.0 presentation by David Ingham, responsible for AMQP at Microsoft, which is about Azure AppFabric's support of AMQP messaging in the cloud. David says AppFabric will support AMQP for the messaging patterns Queue and Pub/Sub.
Yet…

Evgeniy Berezovsky
- 18,571
- 13
- 82
- 156
0
votes
1 answer
EF dynamic proxies issues when Azure Appfabric Cache service is used as session state provider
We are trying to migrate our on-premise SAAS applicaiton to windows azure, and we have used lot of Entity Framework for a module specifically. As a migration part we are trying to migrate and test the application in phases. We are trying to using…

CSKR
- 101
- 1
- 8
-1
votes
2 answers
Convert a Cloud service web role to Azure App service(Web app)
My subscription has been moved over to CSP subscription and i can no longer can use cloud services within it. For that matter, i guess i need to convert to Azure App services/Service fabric. The application is .NET MVC type and trying to convert to…

user3276487
- 109
- 10