Tagged Questions
0
votes
0answers
16 views
Share Session Between two .net 4.0 web applications (domain and subdomain) using Windows Server AppFabric session cache SECURELY
I have two applications, one on a primary domain and the other on another domain. One is a legacy site and the other is a new site. We are slowly converting the legacy site (4.0) using a mix of ...
0
votes
2answers
61 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 ...
2
votes
1answer
61 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
46 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 ...
0
votes
1answer
16 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
3answers
122 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 ...
1
vote
2answers
57 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, ...
0
votes
1answer
76 views
AppFabric rebuild cache without affecting application performance
I'm researching the use of out of process caching in my ASP.NET web application. I'm looking for functionality that allows me to rebuild the cache from scratch without having the end user wait for it ...
0
votes
1answer
91 views
AppFabric Cache - Is it reasonable to allocate two cache clusters?
My first impression of AppFabric Cache is that it's essentially a distributed hashtable in the same vein as memcached. The typical usage pattern of such a cache is that there is no guarantee that your ...
1
vote
1answer
167 views
AppFabric client Virtual Machine issue
we have AppFabric cache cluster server and I can work with it using my dev machine as client. In order to simulate different web servers accessing the cache cluster server, I created a VMWare Virtual ...
0
votes
1answer
740 views
AppFabric 1.0 error Server collection cannot be empty
I am getting the following error when I run the simple Windows Server App Fabric 1.0 demo console application:
ErrorCode<ERRCA0021>:SubStatus<ES0001>:Server collection cannot be empty.
...
0
votes
1answer
639 views
datacacheexception Cache referred to does not exist
I get the following error when I invoke the call factory.GetDefaultCache()...
ErrorCode:SubStatus:Cache referred to does not exist. Contact administrator or use the Cache administration tool to ...
0
votes
1answer
307 views
distributed caching (AppFabric) and cache dependencies
Is it possible to have 'Cache Dependencies' in AppFabric, or any other distributed cache system, similar to what you can do using the HttpRuntime cache of ASP.Net, using the CacheDependency class?
...
1
vote
1answer
439 views
Windows Server AppFabric Monitoring for ASP.NET Web API Services
I have searched high and low for an answer to this question, so I'm now turning to this community for an answer to the following question:
Is it at all possible to enable Windows Server AppFabric ...
0
votes
0answers
86 views
Trying to replace a windows service with AppFabric for supporting my web application
I am using the following walk through as a guide for setting up a long running process that I have currently in a web service, but would really like to migrate to inside of IIS using AppFabric:
Death ...
0
votes
2answers
120 views
AppFabric DataCacheSessionStoreProvider : some feedback?
Has anyone some feedback on DataCacheSessionStoreProvider included in AppFabric ?
(Performance, Best Practices, Design guidelines, ...)
Thanks
0
votes
1answer
301 views
Appfabric cache maxconnectionstoserver
I have a query about network connection throttling when using AppFabric cache.
In terms of an ASP.NET WCF based application, how does the Windows AppFabricCache 'maxConnectionsToServer' setting ...
3
votes
1answer
120 views
How can the session state still be available when the AppFabric is crashed?
I'm using AppFabric as the session state provider for ASP.NET, and I'm thinking of a solution of HA. I find when the AppFabric is crashed, the entire web application will be affected.
Can I have ...
3
votes
1answer
269 views
is there anyway to tell the .net cache to use the app fabric server instead of local memory?
We managed to use the App Fabric Caching Server for storing our Outputcache, without changing our code, only with configuration. And it's working very well.
Is there any way to do the same with the ...
0
votes
1answer
239 views
NoSQL and AppFabric with Azure
I have an ASP.net application that I'm moving to Azure. In the application, there's a query that joins 9 tables to produce a user record. Each record is then serialized in json and sent back and forth ...
0
votes
2answers
361 views
Serilization of Strongly Typed Datasets
Does anyone know a way to make a strongly typed dataset (Hey not my idea to use them) serilazable so that I can store them using AppFabric Server as a Session State provider? I have been using InProc ...
7
votes
3answers
897 views
SQLCacheDependency and AppFabric Server
I have a situation where I need to replace our current file based cache dependency system with a new one. What I am looking at is moving towards using AppFabric for caching. I was wondering if the ...
2
votes
2answers
162 views
Sessionless ASP.NET on Azure
We have a webform app that is ready for production. We found that SQL and Azure training kit's session state providers are not recommended for production code on Azure. We had no luck with ...
0
votes
1answer
147 views
How to read an Internal ConfigurationSection from Web.Config in ASP.NET
I am trying to read a Microsoft defined ConfigurationSection:
Microsoft.ApplicationServer.Caching.DataCacheClientSection
but the type is internal so I cannot access it in the conventional way.
...
0
votes
1answer
256 views
Windows Server Appfabric provider for asp.net output caching
Does asp.net output cache provider exist for Windows Server AppFabric 1.0?
3
votes
3answers
1k views
AppFabric vs asp.net cache with sqldependency performance
I'm working on a plan to increase performance and scalability of a web app by caching a user database for a WCF web service. Goals are to increase performance by accessing this data inProc vs a round ...
43
votes
2answers
2k views
AppFabric doesn’t recover well from restart
Alright, I’ve successfully deployed AppFabric, and everything was working nicely until we started getting an intermittent exception on the website:
ErrorCode < ERRCA0017 >:SubStatus < ...
8
votes
1answer
348 views
Windows Azure Access Control & WPF?
Anyone has worked with Windows Azure Access Control & WPF Client? I like authentication of Zune Client with Live ID.
I need authenticate with Windows Live ID in my WPF app.
I have a Website that ...
0
votes
1answer
129 views
Microsoft Velocity caching used outside of ASP.NET
Can Velocity be used outside of ASP.NET and/or IIS? We would to do a standard class libery and would like to do caching and wondering if this is a good solution.
1
vote
2answers
293 views
Is an overkill using App Fabric only for caching?
We're evaluating different options for distributed cache. I have some experience with memcached but no experience with Velocity (App Fabric cache services).
I wonder if using App Fabric only for ...
4
votes
1answer
903 views
Set amount of memory available to AppFabric Caching
How do I set the amount of memory available to the Windows Server AppFabric Caching service?
We're running the AppFabric Cache on the same server which is hosting the website, and I'd like to be ...
3
votes
2answers
481 views
Appfabric caching and recycling of application pool
Where is the appfabric cache stored in memory?
We have a web site that uses appfabric cache.
Appfabric cache is set up with high availability, enterprise edition of windows 2008 and secondary cache.
...
0
votes
0answers
942 views
What cache server for .NET is th best?(CSql, Memcached, NCache, Shared Cache, AppFabric)? [duplicate]
Possible Duplicate:
Cache server for .NET(Example Memcached)
I am trying to choose cache server for my project that will be written on .NET. I found a list of servers:CSql, Memcached, ...
5
votes
3answers
578 views
AppFabric Cache connection type and protocol
Does the AppFabric cache API (local, not Azure) use WCF as its communications mechanism? We are integrated AppFabric into a very high volume web application and seeing a ton of bottlenecks in some ...
1
vote
1answer
267 views
How to query cache instead of entity?
The Scenario:
CustomerEntity represents the Customer table in the database.
There are several queries that return CustomerEntities (list and single customer)
How is it possible to "fake" ...
2
votes
3answers
1k views
Is a cache helper class a candidate for the singleton pattern?
I recently downloaded some samples to use with AppFabric caching. I noticed in the sample they used a class with static methods instead of a singleton.
I was thinking of changing it to a singleton ...
1
vote
1answer
328 views
Using separate appfabric servers for session state and data caching
We have a single appfabric server set up for data caching, and are considering moving to the app fabric provider for session state.
We would like to continue to user the appfabric data cache as is ...
3
votes
1answer
669 views
ASP.Net 4.0 web farm caching
In ASP.Net 4.0 which is the best way of storing the cache object when we go with webfarm ,
1) Windows Server AppFabric
2) Separate State Machine / SQL Server
3) Thrid party caching mechanisms / ...
0
votes
1answer
181 views
Windows AppFabric ACS with AD FS 2.0, help using the AcmBrowser.exe
There seems to be very limited information floating around the net about this and I wondered if someone here may be able to help out.
I'm running the AcmBrowser.exe to integrate AD FS 2.0 with ...
1
vote
1answer
723 views
Windows Azure AppFabric ACS - Adding custom STS
I've currently got Windows Azure AppFabric system set up and running with my own registered Namespace, in which uses the Google/Yahoo/Windows Live STS providers. That all works fine, I can use them ...
1
vote
0answers
378 views
Error when configuring session state server
We have 4 machines behind a firewall and hardware load balancer.
We are trying to setup session state server. When we do, we get the following error:
Message: System.Net.Sockets.SocketException ...
4
votes
1answer
506 views
Can Windows Server AppFabric Caching be used with IIS Express for ASP.NET Session?
I would like to run Windows Server AppFabric Caching locally on a Windows 7 machine.
Is it possible to configure an ASP.Net app to use AppFabric Caching for session state with IIS Express?
1
vote
1answer
379 views
AppFabric SessionState with SQL Server as a backup
If you wish to use AppFabric in high availability mode then you need to ensure that all of your cache servers are running Enterprise edition of Server 2008. This isn't possible for us in our ...
5
votes
1answer
4k views
ASP.Net AppFabric Cache missing Flush/Clear and Count/GetCount methods?
I am trying to convert a solution using EntLib into using AppFabric caching. By help of a few extension methods this is a fairly pain-free process.
Extension methods I use:
public static bool ...
2
votes
2answers
2k views
Where to store AppFabric DataCacheFactory in Asp.net?
AppFabric's DataCacheFactory takes long time to initialize so I am trying to create it once and re-use it in next requests.
Currently, the best idea I have is to store it in HttpContext but I also ...
1
vote
1answer
1k views
AppFabric DataCacheFactory initialization often takes ~30 seconds
When I initialize my client to connect to AppFabric's cache, it seems to inconsistently take up to 30 seconds to connect on the following line:
factory = new DataCacheFactory(configuration);
See ...
5
votes
2answers
1k views
AppFabric Local Cache Performance
I'm currently testing out AppFabric Distributed Cache, it's been working great.
When performance testing the Local Cache feature however, I find there is no difference in performance.
For the ...
16
votes
3answers
1k views
Thoughts on running Windows Service type apps on ASP .NET 4 with StartMode=“AlwaysRunning”
Usually I would look at writing a Windows Service to manage tasks that aren't suited to being hosted in a web application. These types of tasks are usually long running processes or scheduled tasks. ...
2
votes
1answer
205 views
What version of ASP.NET supports using Windows AppFabric caching for session management
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
5
votes
1answer
1k views
New-Cache parameters for AppFabric Cache when storing ASP.NET Session State
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] ...

