Socket Connection from ASP.NET Page

  • Thread starter Thread starter azeeml
  • Start date Start date
A

azeeml

i need to connect to a router that allows telnet, from an asp .net
page. i need to be able to read the configuration of the router and
idsplay it on a webpage. Can this be done? i have come accross several
programs that do this using win forms but not .aspx. could some please
help me or point in the right direction
thanks
 
The only difference between displaying the data you're looking for in a
Windows Form app and an ASP.Net app is the user interface. In other words,
you read the configuration of the router the same way, and display it
differently.

--
HTH,

Kevin Spencer
Microsoft MVP
Professional Chicken Salad Alchemist

What You Seek Is What You Get.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top