This is a trick i learned today, if you have your web service returning JSON string to utilize on your ajax calls if you planned to connect to this service using server code (Web Reference) for internal facing app for example you have a problem. If you are using HttpModule to alter the content-type to...
I’ve been banging my head all day to accomplish this, it’s like a puzzle.. but since i get it to work i thought i could write this post for you and myself. What we want to accomplish? Simple way to communicate cross-domain with ASMX .NET 3.5 Web Service How can we do it? 1. Implement a web service method...
I'm working on improving the performance of my current web application project at various points. As I had already planned for a WCF interface for third-party use, I thought I'd utilise that, exposing objects as JSON-serialized strings usable by jQuery/ASP.NET AJAX. Little did I realise that...