Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
2
Answers
.NET Remoting
de9me
20y
1.9k
1
Reply
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.
Post
Reset
Cancel
Answers (
2
)
Next Recommended Forum
How do I create dynamic webservice client in C#
Single quote error in basic Web Service