If I use Microsoft.ApplicationServer.Caching.Client and Microsoft.ApplicationServer.Caching.Core assembly I get exception:
The type or namespace name 'ApplicationServer' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?) .....\CacheUtil.cs
And I get Warning:
The referenced assembly "Microsoft.Applic...
Has anyone used AppFabric for their second level caching?
I know it's to follow the same api as for Velocity (nhibernate.caches.velocity) but wanted to know if anyone already had some production experience of using it and if they knew of any particular tips or problems?
...
I have a self-hosted WCF REST application which is designed to accept and return JSON as a Stream with WebMessageBodyStyle.Bare. I am bypassing the DataContractSerializer using WebContentTypeMapper and WebContentFormat.Raw.
It works fine locally via WebHttpBinding, and also works fine when I use WebHttpRelayBinding and Content-Type: tex...
I'm completely stuck with this version 1.0.0.0 product.
I'm running in a domain environment but for the specific application i'm using I want to disable security to reduce the workload on the servers when accessing the cache.
I've got a bunch of web servers with an existing application using SQL sessions state, and the idea was to roll...
Can anyone point me to the AppFabric licensing info?
...
What are the "optimal" parameters for creating an AppFabric cache when you will be storing session state in the cache? MSDN Cache-Related Commands
Powershell command line:
New-Cache [-CacheName] <String> [-Eviction <String>] [-Expirable <String>] [-Force [<SwitchParameter>]] [-NotificationsEnabled <String>] [-Secondaries <Int32>] [-Ti...
I have AppFabric installed and working great caching my ASP.Net Sessions. I have 3 W2k8 Enterprise servers as my cache hosts. I created my cache with the Secondaries=1 option. I'm trying to test the High Availability option. In order to do this, I would like to login to my website, find the cache server that has my session and unplug...
I am downloading content files(zip) from server to iPhone, directly by specifying the server path in the iPhone . Is there a way to cache the content in server to Appfabric and iPhone to read the content from Appfabric cache.Any help or pointer would really help me meet the project deliverables.
...
Hi,
I need to know whether it is rule of thumb to use WCF webservice inorder to use appfabric. Actually we have lots of files to be download from a IIS server to iphone. The thing is like we all have WCF services and we are actually avoiding MTOM stuff as it is little complicated to process the filedownload on iphone. So we thought of u...
We have million and millions of records in a SQL table, and we run really complex analytics on that data to generate reports.
As the table is growing and additional records are being added, the computation time is increasing and the user has to wait a long time before the webpage loads.
We were thinking of using a distributed cache lik...
I'm getting an error with the AppFabric Cache Server when I presume a larger object graph gets added to the cache.
ErrorCode :SubStatus:The connection was terminated, possibly due to server or network problems or serialized Object size is greater than MaxBufferSize on server. Result of the request is unknown.
I know for sure its not a...
I'm testing the Service Bus AppFabric within our corporate network by runnng the Echo service sample from the AppFabric SDK samples (WindowsAzurePlatformAppFabricSDKSamples_V1.0-CS). However, the code seems to hang at the host.Open(), and no exceptions being thrown.
I left the program running like hours but it's still hung at that line...
I would like to know the version of ASP.NET supports using Windows AppFabric caching for session management or is it just about using the AppFabric session provider
...
Seems like there are two products with similar names, but isn't what I expect. I thought that Azure AppFabric was the "cloud" version of Windows Server AppFabric, but there doesn't seem to be much in common between them.
Am I missing the bigger picture?
...
While configuring AppFabric caching server I did not see any option to denote a server as primary and any other as secondary. Logically with high availability feature you expect this option to be available for configuration. I would like to know how can I setup secondary cache server with Windows AppFabric.
...
I've been having issues getting an AppFabric Cluster running with 2 hosts. I've verified that it works with only 1 host (ie. cache item count increases as I navigate the web app), but when I try joining the 2nd host to the cluster I'm getting the following exception:
Failed to read remote registry key from host 289851-cache2:
Microsof...
I am using Windows AppFabric Server in my dotnet application and hosted using windows 2003 server.I am using Microsoft.Application.Service name space in my web application..if suppose i have not used appfabic server used in this situation..this Microsoft.Application.Service namespace will support?...is this namespace is interrelated?
...
Microsoft.ApplicationServer.Caching namespace will it support with out appfabric server caching?
...
I am using Micrsoft AppFabric caching Server in my web application and hosted using Windows 7 server. I am using Microsoft.ApplicationServer.Caching namespace in my web application. If suppose I have not used appfabic server used in window 2003 server this situation. This Microsoft.ApplicationServer.Caching namespace how will it suppo...
my question is: By using Appfabric caching server sucessfuly developed using windows 2008 -IIS 7..but client(customer) only have windows 2003 server..they want to develope same functionality what we have done windows 2008 with appfabric in windows 2003 server also..In this case According to client(customer) requirement..how we rectify is...