Any benefits of using Windows Communication Foundation/ Web Services vs. a simple .aspx page for s

Posted by Clay Nichols on Stack Overflow See other posts from Stack Overflow or by Clay Nichols
Published on 2010-05-27T01:44:19Z Indexed on 2010/05/27 1:51 UTC
Read the original article Hit count: 186

Filed under:
|

I'm working on a VB6 app that will do some very simple communication with a web server (passing value and getting back an anwer. Low bandwith and infrequent use).

Someone suggested using WCF or Web Services. I'm wondering what the advantages are vs. just posting to an ASPX page like:

Myserver.com/Functions.ASP?FunctionName=GetValue?UserName=BubbGump and returning some simple, easy to parse text, like one value per line.

© Stack Overflow or respective owner

Related posts about wcf

Related posts about web-services