|
-
Sep 26th, 2002, 01:24 PM
#1
Thread Starter
New Member
CGI libraries for VB.Net
Hi there. I am trying to track down a CGI library for VB.Net.
What I need is a way to read data in from an HTTP GET or POST event (list of parms, browser info, etc), and then output raw HTML in response. We do not want to use ASP, ASP.net, etc. This is primarily to maintain backward compatibility with existing HTML pages, and higher level libraries that talk to our old CGI interface.
I assume this functionality is built into VB.Net, but I have not found good documentation for this. I found lots of examples for building web services with SOAP, and building ASP applications, but that's not what I am looking to do.
All I need is a simple set of functions like:
value = foo.http.fetchparm(parm)
foo.http.writeline(sometext)
foo.http.writeline(sometext)
foo.http.close()
foo.http.redirect(newurl)
If anybody knows how to do this, please drop me a line at [email protected]
Thanks,
Brian
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|