Sending UDP packets from an ASP page
Hi,
I want to send UDP packets to a web page (part of my website). How can I do this ??
The packet will be sent from a VB app, I know how to make this, but how can I make an ASP page so that it receives UDP packets . Also this page will contained in my website...
Please help...
thanks
a
Re: Sending UDP packets from an ASP page
Quote:
Originally Posted by
arunb
Hi,
I want to send UDP packets to a web page (part of my website). How can I do this ??
The packet will be sent from a VB app, I know how to make this, but how can I make an ASP page so that it receives UDP packets . Also this page will contained in my website...
Please help...
thanks
a
In theory, you could create COM components (ActiveX DLL) to do this.