Calling outside VB

Please support our VB.NET advertiser: Programming Forums - DaniWeb Sister Site
Reply

Join Date: Sep 2008
Posts: 1
Reputation: Ben252 is an unknown quantity at this point 
Solved Threads: 0
Ben252 Ben252 is offline Offline
Newbie Poster

Calling outside VB

 
0
  #1
Sep 16th, 2008
Hi guys,

Is it possible to call a server side asp page from a VB.net application running a client PC and pass parameters to that page?

My concept is a software activation system that queries the hardware of the users PC and generates codes. This is working fine in VB.net but what I'd like to do is offer an automatic activation where these codes are passed from the VB app to an ASP page which then verifies them against a server DB, passes or fails as appropriate and if successful passes another code back to the VB app for registry storage on the client.

All seems to work well in isolation but not sure how to actually call and pass. Any help gratefully received.

I've had a pretty good scour of the various sites but can't see anything like this.

Regards

Brian
Reply With Quote Quick reply to this message  
Join Date: Apr 2007
Posts: 439
Reputation: Fungus1487 is on a distinguished road 
Solved Threads: 50
Fungus1487's Avatar
Fungus1487 Fungus1487 is offline Offline
Posting Pro in Training

Re: Calling outside VB

 
0
  #2
Sep 17th, 2008
Integrate an ASP.NET WebService into your application. Webservices provide a much better means of transferring/receiving data externally via the web than simply posting values to a page, the vb.net app can then "Consume" the web service creating integrated classes into your forms application allowing you to call your external methods within 2 lines of code. The link below shows how to setup a demo webservice.
Web Service Example
When Autumn Falls [ http://www.whenautumnfalls.co.uk ] &&
Designdotworks [ http://www.designdotworks.co.uk ] Web / Graphic / Software Design
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:




Views: 486 | Replies: 1
Thread Tools Search this Thread



Tag cloud for VB.NET
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC