0

I am trying to enable WCF to scale out using Asycn pattern, it is a configuration setting, to enable asynch processing, but i can't find out where this is. I think it was in .net 3.5 SP1 feature, but there isn't much on it.

David Pashley
  • 23,497
  • 2
  • 46
  • 73
Enigmae
  • 5
  • 2

1 Answers1

1

You need to do the registration manually or you can use this tool WcfAsyncWebUtil.exe from this Blog The .NET Endpoint

Jim B
  • 24,081
  • 4
  • 36
  • 60
  • this is great, excet i am not sure how to do it manually. I like when people provide tools but that blog post doesn't really specify what it is doing, other than providing a tool. – Enigmae Jun 07 '09 at 04:57