I am building am application with .NET vb and xml / sql as my data layer. my presentation layer is generated via XSLT.
I started out with the application on classic asp and i am seeing considerable performance issues in the xslt rendering with the .NET.
are there any tips for light-weight xslt transforms with .NET? I am willing sacrifice a little functionality for performance increase.
thanks – Greg