I wrote a "ASP.NET Web Service application" some time ago in .NET 3.5 framework.
Now the number of requests to this app grows a lot and I started to have real problems with server's bandwith.
My first idea for lighten the app it was change transfer language for data from HTTP to JSON.
Is this easy to do and realizable?
Thanks!