0

I am using AppFabric to implement caching. While configuring an application A using IIS Manager, I have imported the application in it. But after that, there is no Mange WCF and WF link in the IIS Manager. What do I do?

1 Answers1

1

AppFabric consists of two main features : AppFabric Hosting and AppFabric Caching.

AppFabric Hosting help you to deploy and manage workflows (WF) or WCF services. Yes, it includes an extension of the Internet Information Services management tool that enables us to monitor the performance of services and workflow.

AppFabric Caching in a in-memory distributed cache. It can be used in any application. Windows PowerShell is the exclusive management tool for this feature (no IIS). However you find find here a custom tool on codeplex. AppFabric caching service is configured during installation and cache clients only need a few config to use it. This post from Scott can help you. This other SO post can help you.

Community
  • 1
  • 1
Cybermaxs
  • 24,378
  • 8
  • 83
  • 112