code to how to receive the data from remote server using asp.net

Posted by sailulakshmid-21627 under ASP.NET on 6/25/2013 | Points: 10 | Views : 2567 | Status : [Member] | Replies : 2
code to how to receive the data from remote server using asp.net.(or) how to access the data from server using asp.net with example.




Responses

Posted by: Allemahesh on: 6/25/2013 [Member] [MVP] Silver | Points: 25

Up
0
Down
You can use wcf or webservice.

sailulakshmid-21627, if this helps please login to Mark As Answer. | Alert Moderator

Posted by: Geniusvishal on: 6/25/2013 [Member] Starter | Points: 25

Up
0
Down
In what context do you want to receive data..?? Do you want to upload/download the contents of the remote server?

http://support.microsoft.com/kb/2512241
http://www.dotnetvishal.com/2012/11/upload-file-to-ftp-programmatically.html
http://www.dotnetvishal.com/2013/01/download-files-from-remote-ftp-server.html

And if You want to communicate with the data being provided by a particular server you need to check out whether they provide any webservices/WCF Service/Web APIs regarding the same..

Thanks and Regards,
Vishal Ranjan,Software Developer
http://www.dotnetvishal.com

sailulakshmid-21627, if this helps please login to Mark As Answer. | Alert Moderator

Login to post response