webserver

jorge

Junior Contributor
Joined
Jul 13, 2003
Messages
239
Location
Belgium
hi all,
Ok i've got a few q's,
1st is it posible to make your own webserver in vb.net(doesn't need to do much just awnser a request evrey few weeks)
2nd if yes, is there an easy way todo that?
3rd if no, will it work if i send a correct http 1.1 header back to the browser with content atached?
4th if yes, where can a find example of server header and where do i need to insert the content.

thanx in advance
 
well, i'm working on a aplication to start/stop and metain apache webserver's, and i'd like to use a webinterface so one program runs on the server and anyuser can login from windows/linux/mac via IE or MOZ or other browser. but to do this i can't use apache to serve the request becouse i need to stop it to reload configuration file's. so that why i need it, i've seen it in aplication like e-mule and some other applications.
 
I think it's possible, plain html would go okay, but i think images/other binary data would be tough. I think it's basically listening on port 80 for connections and sending headers/html code.
 
any idea on how to get started?
is there maybe a dll that can handle most of this? like it forward there quest to the application and i can then sya what it need to do? like send file x?
 
Last edited:
Back
Top