communication between two websites in asp.net
-
hello i developed two websites both using asp.net any one know how to make them send info to each other (communicate between each other) if it possible using HTTP request please send to me code sample about that. help me:confused:
What kind of communication do you need ? You can also think about WebServices.
Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you.
-
What kind of communication do you need ? You can also think about WebServices.
Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you.
thank you for your reply i really think about HTTP request assume that first sever collect the information from table in database that he (the first server) owns rearrange it and send it to the second server the second will receive that date and update its database that exist on it (owned by second) upon to that data data could be sting , text , int ...
-
What kind of communication do you need ? You can also think about WebServices.
Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you.
i don't understand what you talk about i told you that one server will send info to other sever the oothe will take that info and update his database according to that info if you think that webservice is good please send to me sample code and explanation about it because i don't have much information about coding in that method. an if you have any example in HTTP request send it to me please
-
i don't understand what you talk about i told you that one server will send info to other sever the oothe will take that info and update his database according to that info if you think that webservice is good please send to me sample code and explanation about it because i don't have much information about coding in that method. an if you have any example in HTTP request send it to me please
You do understand the web is a stateless, disconnected environment? It's not like a Windows app, you can't just push data to another web application, the user must make the request to view the data. Even with a timed refresh it is by request. The best you can do update a database from one application and trigger the second to refresh and pickup those updates.
only two letters away from being an asset
-
i don't understand what you talk about i told you that one server will send info to other sever the oothe will take that info and update his database according to that info if you think that webservice is good please send to me sample code and explanation about it because i don't have much information about coding in that method. an if you have any example in HTTP request send it to me please
noo.dyab wrote:
if you think that webservice is good please send to me sample code and explanation about it because i don't have much information about coding in that method. an if you have any example in HTTP request send it to me please
It's not our fault that you're basically clueless. The word 'webservice' is your hook, it tells you what to google. Do that, or buy a book. Either way, buy a book, you plainly have no idea what you're doing.
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
-
noo.dyab wrote:
if you think that webservice is good please send to me sample code and explanation about it because i don't have much information about coding in that method. an if you have any example in HTTP request send it to me please
It's not our fault that you're basically clueless. The word 'webservice' is your hook, it tells you what to google. Do that, or buy a book. Either way, buy a book, you plainly have no idea what you're doing.
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.