M
Martin
I am a .Net newbie. I have Visual Studio.Net 2003 and have the luxury
of being able to do some R&D/learning in a non-production environment.
I want to develop a web application that will get the data that it
serves out from two sources: (1) a database (probably MS Access but
could be SQL Server) and (2) directly from another application running
on the same machine. (BTW, this is on an intranet - the server will be
dedicated to these apps only).
I would like to have the web app and the "other" app talk to one
another using a socket connection. (The "other" app will be written in
VB6 and I'm very familiar with Winsocket communications from that
side).
I understand that there is a socket class available in .Net but that's
the limit of my knowledge. Can I use this to communicate with my
"other" app? Are there some code examples available anywhere that
would show the use of the socket class in a web app that I could
adapt/ learn from?
Thanks for any guidance.
Martin
of being able to do some R&D/learning in a non-production environment.
I want to develop a web application that will get the data that it
serves out from two sources: (1) a database (probably MS Access but
could be SQL Server) and (2) directly from another application running
on the same machine. (BTW, this is on an intranet - the server will be
dedicated to these apps only).
I would like to have the web app and the "other" app talk to one
another using a socket connection. (The "other" app will be written in
VB6 and I'm very familiar with Winsocket communications from that
side).
I understand that there is a socket class available in .Net but that's
the limit of my knowledge. Can I use this to communicate with my
"other" app? Are there some code examples available anywhere that
would show the use of the socket class in a web app that I could
adapt/ learn from?
Thanks for any guidance.
Martin