de9me

de9me

  • NA
  • 1
  • 0

.NET Remoting

Jul 29 2004 10:21 AM
Is it possible to submit an HTML tag to a .NET Remote object? Therefore, I would like to submit a text area on a html page to my .net remote object (http://localhost:1234/endpoint) where I can then process the encoded stream using something like HTTPRequest. IIS is not an option... I know a solution could be writting a very light-wieght HTTP Server (listening on a random pre-defined port), which could process POST requests (using tcp sockets and encoded streams). I was hoping that a .NET Remoting solution would be quicker, easier, and cleaner.

Answers (2)