Suggestions/pointers for Post/Get to an .ASP (or .ASPX) page from a desktop app

Posted by Clay Nichols on Stack Overflow See other posts from Stack Overflow or by Clay Nichols
Published on 2010-05-26T16:58:54Z Indexed on 2010/05/26 17:01 UTC
Read the original article Hit count: 175

I'm planning to have a desktop app interact with some .ASP or .ASPX pages on a server.

I've only done a little bit with .asp pages and I'm thinking I'd just Post or Get a URL with some variables:

MySite.com/Functions.asp?FunctionName=?Paramater1=somevalue?Parameter2=...

I'm wondering if there is any better way to go about this?

Am I missing something? Is there perhaps a better way to go about this?

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about asp-classic