Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

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

Posted
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.
Posted
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.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...