.net (Pass data from web application to static IP)
-
hi guys I don't know this is right place to ask this question. I have a situation. lets say there is a website called "www.abc.com" i want to send some string from that website to a remote local machine application through static IP(which is the ip of that particular machine). how can i complete this task. please share your idea. Regards... Shafiq
-
hi guys I don't know this is right place to ask this question. I have a situation. lets say there is a website called "www.abc.com" i want to send some string from that website to a remote local machine application through static IP(which is the ip of that particular machine). how can i complete this task. please share your idea. Regards... Shafiq
Take a look at Windows Communication Foundation (WCF). This should provide all the comms options you could possibly want (and more).
"WPF has many lovers. It's a veritable porn star!" - Josh Smith
As Braveheart once said, "You can take our freedom but you'll never take our Hobnobs!" - Martin Hughes.
-
Take a look at Windows Communication Foundation (WCF). This should provide all the comms options you could possibly want (and more).
"WPF has many lovers. It's a veritable porn star!" - Josh Smith
As Braveheart once said, "You can take our freedom but you'll never take our Hobnobs!" - Martin Hughes.
-
Hi Pete. Thanks for reply me. Can i accomplish this task without WCF, Because i am not very much aware of WCF. Please suggest. Shafiq
Yeah, you could, but it's also going to the be easiest route to take.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak -
Yeah, you could, but it's also going to the be easiest route to take.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak -
No, I can't. There simplly isn't enough space in a forum post to cover everything WCF does and how to do it. WCF doesn't encompass just one method of communicating. It's a suite of classes that encapsulates many methods of communication. You can read more here[^].
A guide to posting questions on CodeProject[^]
Dave Kreskowiak