Click here to Skip to main content
15,919,778 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Can any one please give an example of communication between 2 asp.net(Not MVC Application) website using JSON?
i.e. without help of WCF or webservice.....??
Posted
Comments
[no name] 30-Sep-13 2:47am    
not clear.... what's ur requirement
sarthakm 30-Sep-13 3:02am    
we have two websites Website1 and website2.
how can we pass data from webpage of Website1 to webpage of Website2?

within 1 web site we can pass data using session,querystrin and cookies..

But now as we have to send and recieve data from web pages of 2 different websites..
I want solution without using WebService and WCF..
and Data should be transferred via HTTP post.
Is it possible through Jason.If it is please give the solution with Example..
Sampath Kumar Sathiya 30-Sep-13 10:48am    
Hi,

You can use jQuery ajax calls. If it is a classic asp.net web site means you need use web methods for ajax calls to call the server side methods.

1 solution

Wouldn't Websockets and IndexedDB work for you?
 
Share this answer
 
Comments
sarthakm 1-Oct-13 6:53am    
WebSockets and IndexDB will use TCP/IP Protocols I want communication via Http-Post...

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900