TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
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.
Reply
Answers (
2
)
How do I create dynamic webservice client in C#
Single quote error in basic Web Service