I m aware that WCF RIA Services has a Microsoft.ServiceModel.DomainServices.Hosting.JsonEndpointFactory that I can use to enable JSON. I need to enable cross-domain calls via JSONP. Is there an existing DomainServiceEndpointFactory that will accomplish this?
On a web site that I am building , when you log in (because the database is on an other server), I use json padding to check if the user as the right credentials. It s working flawlessly (ie7,ie8 &...