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 good idea for WCF services.
The problem with the WAS is that it is general purpose hosting engine. it's actually unaware that it's actually hosting a WCF service or a website (as far as I know)
I heard that we can install an extension to the WAS called the Windows Server AppFabric.
- does anybody have any experience on AppFabric?
- should my app have to use so called 'Service Bus' to use AppFabric?
- should I go ahead and definitely install it?
- at most basic level, how and where can I install it? does it require any licence?
Thanks in advance.