Using WCF service for server side processing where the service is on another domain
Using WCF service for server side processing where the service is on another domain
Hi,
I am new to Jquery DataTable plugin. I am able to use server side processing with WCF service that is local and is on the same site as the HTML page it is called from. All the examples I saw online, are like that.
If you have any example how to make ajax call to a service on another domain that would be greatly appreciated (including the relevant portion of the web config on the client and server side.
Thanks in advance
Zeev
I am new to Jquery DataTable plugin. I am able to use server side processing with WCF service that is local and is on the same site as the HTML page it is called from. All the examples I saw online, are like that.
If you have any example how to make ajax call to a service on another domain that would be greatly appreciated (including the relevant portion of the web config on the client and server side.
Thanks in advance
Zeev
This discussion has been closed.
Replies
Allan
with your tip and other examples, I was able to have a WCF service call to a remote server working properly
Thanks
Zeev