Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

Hey

I'm trying to make a web-based NetCat (a simple network tool which allows regular back and forth talk.) Its like telnet, but without its own things, and doesn't leave anything out.

I've made a vb.net forms one that works. But not in asp.net. Any ideas?

 

Thanks,

  • *Experts*
Posted

A TelNet like this in ASP.NET is, as far as I know, impossible. All ASP.NET

is processed server-side, and so is already processed by the time the

user gets it. The only good way to do something like this online would be

to write a Java applett or something similar.

Posted

Can you post the one you made with vb.net forms so we can take a look at exactly what you're trying to do?

 

If it's a persistent connection I'm not all that sure if it's possible with ASP.NET, because all the objects are created on the server and destroyed as soon as the page data is sent to the client. There is an application state however, but even with that.. not sure. Need a better idea of what you're attempting before I can toss out theories. :)

 

This might be one area where Java has ASP.NET beat, because it can run code on the client. Hmm.. maybe I shouldn't jump to drastic conclusions just yet. :) Let's see if we can't figure something out.

 

Edit:

Bleh.. basically what Volte said. Still though, I have faith that there might be a way. I refuse to give into a Java solution. :cool:

Gamer extraordinaire. Programmer wannabe.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...