ASP.Net ScriptMethod generating empty JSON
I’m using JavaScript to access a ScriptService method called GetPerson().
The problem is that it is returning a fairly empty JSON string instead of an actual object string.
The same happens when I return a new DateTime object so the class is out of question I hope.