Migrating ASP.NET AJAX based WinFX Monitor
The most interesting examples around Windows Workflow Foundation is John Flander's article on hosting Workflow Monitor in ASP.NET Web App with AJAX. One problem: since his post ASP.NET AJAX went to RC, then RTM, lost name Atlas, and support of some features. So John's app doesn't work on ASP.NET 2.0 AJAX Extensions 1.0 RTM. To figure out why, RTFM here and here. Main trouble is Microsoft.Web.Extension.dll has been renamed to System.Web.Extension.dll, luckily token is the same. So the fix was to rename it all over the Web.config, plus a few little changes. To save you troubles going through this routine, get a modified Web.config for John's example.
Disclaimer: Works for me :-) aka no testing. Enjoy.

0 Comments:
Post a Comment
<< Home