AppFabric is Microsoft's brand for its cloud computing products. It is split into two divisions: Azure AppFabric (in the cloud) and Windows Server AppFabric (on-premise).

learn more… | top users | synonyms (1)

0
votes
0answers
13 views

Running AppFabric on a server with 128gb RAM - Latency and Garbage Collection

I'm looking at using AppFabric as a data cache for our our data that is accessed 4 million times a day, this is about 40gb of data. My servers have 128gb of RAM. I have concerns regarding garbage ...
0
votes
2answers
31 views

App Domain Refresh Solution: AppFabric, how is the performance

We currently are facing problems due to high amount of cached objects. We cache Data from an ERP system (for an Online Shop) and IIS will refresh the webpage as it reaches the maximum amount of memory ...
0
votes
1answer
18 views

Getting “Access denied while saving the changes to cluster configuration file” when configuring appfabric caching service

I'm stuck in this one... I'm trying to configure the first node for a cache cluster using appfabric. My architecture will be: 4 Cluster Nodes All machines are inside a domain The configuration XML ...
0
votes
2answers
62 views

Reduce SQL Server overhead caching query results

I have a software who does a heavy processing based on some files. I have to query some tables in SQL Server in the process and this is killing the DB and the application performance. (other ...
2
votes
1answer
33 views

Deserializing the object of type System.Collections.ArrayList- AppFabric Cache Error

We have a web application which is storing frequently using data in cache memory.Earlier it was HttpRuntime Cache, but later migrated to AppFabric Cache. After the migration, it throws the following ...
0
votes
1answer
26 views

AppFabric Installation Error Code 1603

I realize this question has been asked but all solutions posted haven't led to great success as of yet. Here's 2 of the 3 logs. I am more than likely missing something here but your assistance is ...
0
votes
1answer
22 views

WCF service to AppFabric

I have a WCF service that we created. Are there any steps that you need to do to convert it to be able to run on AppFabric? In the past when I have created services for AppFabric I have used the ...
1
vote
2answers
52 views

Correct Cache Architecture for Multiple Sites

Im struggling with a scenario regarding accessing a single cache across multiple web applications on a single web server (IIS 8 / Windows Server 2012). Currently we have a server with 16GB of memory, ...
2
votes
3answers
99 views

ASP .NET Application Caching

Our site developed in ASP .NET is expecting a 1000 concurrent users and its performance is degrading by increasing number of listings in DB. What kind of a caching(like NCache or Appfabric) will be ...
2
votes
1answer
42 views

How to implement AppFabric Cache using WF and WCF

I am new to Windows Server AppFabric Cache. Does anyone know how to implement AppFabric cache using AppFabric hosting services and caching services with help of WF and WCF...? Or is there any good ...
1
vote
2answers
484 views

Accessing App fabric Cache from Multiple Clients

I am trying to setup a website on multiple hosts and these applications make use of App Fabric Caching framework. I have setup the App Fabric using SQL Server (not XML) on Machine1 and I used "NT ...
0
votes
1answer
31 views

AutoStart ASP.NET Application using AppFabric

I have hosted my ASP.NET website on Windows AppFabric. I am trying to use AutoStart feature of AppFabric to keep the site running. I have configured all required settings and I can see in task ...
8
votes
6answers
6k views

AppFabric ErrorCode<ERRCA0017><ES0006>:

I have installed AppFabric on the server. I have created a cluster of a single computer . I have also create a cache named "Gagan". used the following commands in order Use-CacheCluster -Provider ...
0
votes
1answer
14 views

Is net.namedPipe binding required for AppFabric

I am hosting ASP.NET website on Windows AppFabric. I am trying to use AutoStart feature of AppFabric to keep the site running. I read on some blogs and on some microsoft forums, that net.namedPipe ...
2
votes
2answers
106 views

WCF and Windows Server Service Bus Endpoints

I need to develop a Windows Server Service Bus topic subscriber (yes, Windows Server and not Azure), and in order to abstract away from the reading, start worker thread, ..., cycle and to take ...
2
votes
2answers
412 views

using microsoft velocity / memcache from classic asp

hey guys can anyone tell me how to read data from cache saved in microsoft velocity from classic asp? if above is not possible, then what if i use memcache instead. then is it possible and worth it ...
2
votes
1answer
66 views

OptimisticConcurrencyException: Multiple EF based applications using shared AppFabric cache and same database

I am using a web application and a windows service on the same machine as Appfabric. Both applications reuse same DAL code (dll) which is EF (Entity Framework) Code-First based and accessing the same ...
1
vote
1answer
32 views

Error in client configuration file

I am trying to create an AppFabric cache client which is a console application. But receives the error Error in client configuration file while creating new instance of DataCacheFactory. Connection ...
2
votes
1answer
77 views

Why do I have multiple cache items in my AppFabric cache with the same key?

I have my website code on two servers and I want a shared cache between them, so I am using Microsoft AppFabric. I only ever want there to be one item in the cache -- not one item per site visitor, ...
1
vote
1answer
36 views

NetMessagingBinding polling interval and concurrecy

I'm implementing Service Bus client to receive queue messages and need to estimate monthly charges for the usage. Based on what I read I can control polling directly by using QueueClient or I can ...
1
vote
2answers
238 views

AppFabric Named Caches structure

Is it possible to have an AppFabric Cache configuration where I have named caches that use some (but not all) of the servers in a cluster? Specifically I want to have 3 different named caches: one ...
2
votes
2answers
524 views

Accessing Windows Server AppFabric caching from classic ASP application?

I am considering using Windows Server Appfabric for it caching functionality. I have an existing classic ASP application that I want to rewrite in ASP.NET MVC. However, I want to be able to do this ...
1
vote
3answers
680 views

Installing AppFabric 1.1 on Windows Server 2012 Giving Error

I am trying to install AppFabric 1.1 on my Windows Server 2012 but it is not installing. it gives error like. AppFabric installation failed because installer MSI returned with error code:1603 The ...
0
votes
0answers
26 views

AppFabric Auto-Start Recovery of WCF Service after crash

We are using the auto-start feature of AppFAbric on most of our WCF services. We've confirmed the setup is correct in regards to the feature's base function, which is brining up a service after IIS ...
0
votes
0answers
35 views

WIF .NET 4.5 breaks Windows Server AppFabric configuration tool - how to report and how to workaround?

After moving a WCF service to WIF 4.5 , a number of elements have been added to the web.config schema, such as "serviceCredentials useIdentityConfiguration="true"" Now I am unable to manage the ...
5
votes
1answer
213 views

Caching MVC views in AppFabric manually

I am trying to recreate most of the functionality of the OutputCache action filter in MVC 4 by caching view result objects myself. The reason I don't want to use the OutputCache action filter is ...
0
votes
0answers
22 views

AppFabric WCF Service Monitoring Unable to Select Inherited ConnectionString

I'm configuring AppFabric monitoring on a WCF service. The parent server has the ApplicationServerMonitoringConnectionString which is showing as inherited in the sevice's list of connection strings. ...
1
vote
1answer
24 views

Is DataCache's Add method 'Timeout' property sliding in nature

I am implementing appfabric for distributed caching , needed to know is the timeout property provided in one of the overloads is sliding or not , i.e. it increases the timeout with every usage , and ...
1
vote
0answers
41 views

Appfabric Dasshboard throwing Powershell error

I have installed AppFabric onto Server2012. I checked the prerequisites were installed first and have installed accumulative update 3. I have an instance of SQL Server 2012 installed to SP1 and the OS ...
0
votes
2answers
206 views

Windows Azure App Fabric: Configuration binding extension 'system.serviceModel/bindings/netTcpRelayBinding' could not be found

I am currently dipping my toes into developing .net applications for/on windows Azure. I have followed some tutorials to set up a relay for a local service to be hosted on Azure. This seems to be ...
2
votes
1answer
59 views

AppFabric caching - incredibly slow or configured wrongly?

Some details; Im running an out-the-box, vanilla configuration of AppFabric 1.1 on the same machine as IIS. I've not enabled AppFabrics's local cache, as im interested in the performance outside of ...
0
votes
1answer
228 views

How can I get Microsoft's AppFabric 1.1 installed on Windows Server 2012 OS?

I have been attempting to install AppFabric 1.1 on a machine with Windows Server 2012 OS using this download WindowsServerAppFabricSetup_x64.exe from here: While attempting this I've ran into all ...
1
vote
1answer
39 views

Appfabric local cache notifications

I want to see if my understanding of Appfabric local cache invalidation is correct Assume I have notification based invalidation set up on my local cache The default polling interval is 5 minutes ...
1
vote
0answers
21 views

How to use Notification based Invalidation in AppFabric

I will be using AppFabric caching for an application we are going to build. We will be maintaining two different caches using the technology. So there should be proper communication if something ...
1
vote
1answer
46 views

AppFabric Caching Services Non .NET Clients?

The question is basically summarized in the title: are there any non .NET clients for AppFabric Caching? The question comes because I think AppFabric Caching services are great but currently we are ...
0
votes
1answer
611 views

AppFabric / WF 4.0 instances stuck despite no bookmark and pending timer

I already posted a question about this (Abandoned instances that will not continue execution (zombie instances)), but still haven't got an answer. A difference I have noticed from the last question ...
4
votes
2answers
2k views

Troubleshooting AppFabric Scaling Issues (Intermittent ErrorCode<ERRCA0017>:SubStatus<ES0006> Errors)

We've implemented AppFabric Windows Server Cache for our web application. Initially, we were able to use the cache without any issues. We then increased traffic roughly 100 fold, and began ...
3
votes
4answers
5k views

AppFabric installation failed because installer MSI returned with error code : 1603

When I reinstall the AppFabric 1.1, Why I'm getting this error "AppFabric installation failed because installer MSI returned with error code : 1603".? I did run it with administrative rights. Below ...
0
votes
0answers
75 views

What is the SQL Server least privilege for AppFabric installation?

We are trying to develop a repeatable process for installing AppFabric, using a SQL Server 2012 Standard Edition instance. I granted the SQL Server login (using Windows Authentication) being used to ...
0
votes
1answer
301 views

Install AppFabric On windows 8

I'm trying to install AppFabric 1.1 on Windows8. It setup asks for .net framework 3.5. Windows 8 is coming with .net framework 4.5. Why does it ask for .net framework 3.5 ? What I should do in order ...
1
vote
1answer
115 views

AppFabric Caching and SQL Dependency

I am considering using AppFabric caching for my application but am unclear of how to get it to do what I want. I have 1 SQL cluster in 1 location. I have 200+ application servers around the globe. I ...
4
votes
2answers
1k views

AppFabric for WCF services on Windows Server 2008 R2

we are currently on windows server 2008 R2, IIS 7.5 and we are going to open some of our data via WCF services. To do that, we are planing to host our services on IIS but I heard that it is not a ...
1
vote
1answer
62 views

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 ...
0
votes
1answer
109 views

AppFabric Resume command failure

In AppFabric we see some suspended workflows. When we try manually to resume them we get error: There was no endpoint listening at ...
3
votes
1answer
56 views

Appfabric GetObjectsByTag deserialize issue

I'm using DataCache.GetObjectsByTag to extract dependencies before removing the cache item. My web app adds items to cache, and the win service can remove items from cache. Win service doesn't have ...
0
votes
1answer
81 views

How to fake a directory listing in IIS? VirtualPathProvider works for file but

We're using AppFabric 1.1 & IIS 8.0 to run our xamlx based workflows. To make the static xamlx files go away we're used Ron Jacobs perfect sample code to store them in a database and serve the ...
0
votes
0answers
59 views

Configuring AppFabric Monitoring - The SQL Agent Service that runs jobs for this database could not be detected

I'm trying to resolve why a couple of our servers which has app fabric installed isn't logging to a database. We have multiple web servers running 2008 R2, and one database server 2008 R2 with SQL ...
2
votes
3answers
581 views

Azure Appfabric Caching + WCF Webservices

I have a series of WCF Web services hosted in Windows Azure and I am trying to implement appfabric caching. I am struggling with stateless nature of web services and the need to avoid the expensive ...
0
votes
0answers
321 views

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 ...
0
votes
1answer
194 views

azure appfabric cache write behind functionality

i tried to find some information on this but could not find any answer. does azure app-fabric cache supports read-through and write behind? thanks almir

1 2 3 4 5 11