We currently do a fair amount or dynamic image generation of png's in ASP.NET using the GDI+ classes in .Net with a no major issues. I had hoped to take advantage of many of the new drawing, FormattedText, RenderTargetBitmap, optimization algorithms, etc. in WPF in our ASP.NET application, but apparently this is not supported and came to a grinding halt with .Net 3.5sp1 (WPF running under IIS no more and connect.microsoft.com). We we are running Server 2008 x64.
I understand that "technically" GDI+ wasn't supported in ASP.NET applications but it does work and there are even commercial offerings available that are built on it.
So my question is whether anyone is successfully using WPF in an ASP.NET or Windows Service application? Does anyone have any suggested workarounds or alternatives?