Click here to Skip to main content
15,900,815 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Please Help me out..

Can any one explain with an Application that "How 2 different website created in Asp.net communicate with each other?"

Example: Application 1 is a website and Application 2 is anoter website..

How each other will communicate?

Regards,
Sarthak Mishra..
Posted
Comments
sarthakm 27-Sep-13 2:14am    
I am trying a chat application for practice..
Please help me out Abdul bhai..

1 solution

You can communicate between two application by sending message to another application or you can use web service.
 
Share this answer
 
Comments
sarthakm 27-Sep-13 8:38am    
Can any one please Suggest me the communication between 2 asp.net without using webservice..
Is it possible to communicate using JASON..?
sarthakm 30-Sep-13 5:35am    
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..

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