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.
Asked
Active
Viewed 263 times
1 Answers
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