What is faster at serving up JSON in .NET a Web Service or some sort of REST service for taking in AJAX requests then spitting out JSON? We have VS2010.. I haven.t used C# for some time.. I'll be using JavaScript in VS2012.. All I need is probably a 1 page "filename.aspx" to take request.. do the query.. spit out the JSON..
I guess with REST I really dont even need a page.aspx... Just some sort of listener? IHttpHandler? on a \folder...
Thanks
Jim