Fairly easily if you use the GET method for the ASP. Just open an URL with the parameters appended to the end with the usual ?parm1=val1&parm2=val2 etc string on the end. Then you can use Request.QueryString() to get whichever parameter you want from the URL the VB app requests.