Starting a Telnet Session???

  • Thread starter Thread starter Mike Lambert
  • Start date Start date
M

Mike Lambert

I have a web page that displays IP information. I want the user to be able
to click on a button and connect to that device using the Telnet client. In
a window app I just use the Process object, but can't find the eqivalent in
ASP. So how would I launch a windows application from within ASP??

Mike
 
Hi Mike,

There's some VB.NET code here that does Telnet. You might be able to hook into
it directly from your ASP.NET page.

http://www.gotdotnet.com/Community/...mpleGuid=508fb0c1-c0c6-4d78-9036-d36f73bfeb3b

I have a web page that displays IP information. I want the user to be able
to click on a button and connect to that device using the Telnet client. In
a window app I just use the Process object, but can't find the eqivalent in
ASP. So how would I launch a windows application from within ASP??

Mike
 
Mike Lambert said:
I have a web page that displays IP information. I want the user to be able
to click on a button and connect to that device using the Telnet client. In
a window app I just use the Process object, but can't find the eqivalent in
ASP. So how would I launch a windows application from within ASP??

Mike

would a URL like this work:

telnet://server:port

Hans Kesting
 
Back
Top