All,
I developed ftpwebsiteto download and upload in ftp machine,
for this i developed a WCF which has core functions ( download & upload),and it will be deployed in our server machines.
i have ASP.NET website ,from this i m calling the method , i m using async methods , whenever i hit callback method i will get status for that operation.
How do i get back these values from WCF to Website ?? because when i click download async that site lose its control over and returns ,
Abhishek KumarPosted Aug 8, 2014, 8:00 AM
I have attached a sample project with wcf and a windows application consuming this service with callback implementation..
You just need to utilise the code in asp.net to get the same results.
Hope this will help
Abhishek