|
-
Apr 7th, 2003, 09:35 AM
#1
Thread Starter
New Member
vb.net communications
I have a vb.net program running and i have a asp.net website running, is there a way that they can communicate. I need to be able to start a certain process in the vb.net application. Is this possible, even if the website and the vb.net application isn't running on the same machine(this is optional)? they are running on the same machine
Ty for your help
-
Apr 7th, 2003, 09:50 AM
#2
Fanatic Member
this may be the most stupid solution for this but anyhow here goes!!!
You could get your asp.net website to send an email to the machine with vb.net application on it. Then get your vb.net app to watch your outlook inbox and if an email appears with certain text(that could be parameters), start the process.
The other option i suppose would be to use some kind of webservice.
-
Apr 7th, 2003, 09:54 AM
#3
That is what Web Services are for.
-
Apr 7th, 2003, 10:31 AM
#4
Thread Starter
New Member
i'll look in to the webservice thingy
and what if the program is already running (the vb/net.application)?
again ty
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|