Hi there,
I have several WCF services and ASP.NET application both accessing data via shared service layer. Inside this layer I'm performing all required data access and caching. Now I need to share cached object between WCF ans ASP.NET. What's the best way to configure Velocity to work on a SINGLE server. Also how can I disable object serialization?
Thanks!