1-10 of 40 < Previous Next >
Discussions for C# WebServer
Latest post:
Nov 28
8:24 PM
4 Posts
First post: sheehsim wrote: Hi, First of all, thanks a lot for that project. I think that can be really usefull and it look good! I got a question a...
Latest post: jgauffin wrote: The easiest way is to inherit HttpServer and override the ErrorPage method. I'll create an event for this later.
Jump to: First Post    |Latest Post
Latest post:
Nov 3
2:41 PM
5 Posts
First post: TheOtherMarcus wrote: My web server does not return any data when I run it with .Net Framework v2. It works fine with .Net Framework v3.5. Is this a ...
Latest post: TheOtherMarcus wrote: When I build with 2005 and have .Net Framework 3.5 installed, a file System.Core.dll is generated together with the output. As ...
Jump to: First Post    |Latest Post
Latest post:
Oct 24
8:27 AM
9 Posts
First post: TheOtherMarcus wrote: Hi, what is the easiest way to decode multipart/form-data, as generated by this form (file upload): Bitmap: Optional ...
Latest post: jgauffin wrote: Read this article if you do not want to use any GUI but keep the server running in the background: http://www.codeproject.com/...
Jump to: First Post    |Latest Post
Latest post:
Oct 21
8:47 AM
8 Posts
First post: ddv wrote: Hello all. Does any body use or test this project? Your tutorials even do not work...It is not work in release version and i...
Latest post: jgauffin wrote: ddv: You have said what you think and I can respect that, even if you can't behave. But don't come here and disrespect what...
Jump to: First Post    |Latest Post
Latest post:
Oct 17
6:58 AM
2 Posts
First post: capnemo wrote: Hi Joseph,$0$0$0$0I'm newbie with MVC. I want to use you web server to write my own plugin with only html page. E.g when some g...
Latest post: jgauffin wrote: Joseph? Well. Download the source code and check the attached tutorials. Tutorial 5 (in the source code, not in the wiki) ha...
Jump to: First Post    |Latest Post
Latest post:
Oct 14
7:09 AM
2 Posts
First post: jhndnn wrote: It would be nice if there was a way to build the library to minimize dependencies. HttpServer.dll is 148k while the other DLLs ...
Latest post: jgauffin wrote: Fadd is also created by us, we put stuff in there that doesn't fit in any other project. It cannot be removed easily since it's...
Jump to: First Post    |Latest Post
Latest post:
Oct 10
4:06 PM
10 Posts
First post: vsviridov wrote: Seems like a great project, but without a solid sample it's quite impossible to start using it. If someone would be so kind ...
Latest post: jgauffin wrote: Ajax is now demonstrated in Tutorial 5 (in the Tutorial project). Download latest revision.
Jump to: First Post    |Latest Post
Latest post:
Oct 3
9:06 AM
5 Posts
First post: vbouret wrote: Hello again, As part of the response, multiple headers with the same name can be sent, especially Set-Cookie where one Set-C...
Latest post: Almund wrote: (int i = 0; i string headerName = _headers.AllKeys[i]; string[] values =_headers.GetValues(i);...
Jump to: First Post    |Latest Post
Latest post:
Oct 3
8:59 AM
10 Posts
First post: vbouret wrote: Hi, This project is very nice and a great alternative to HttpListener (http.sys). I would like to implement basic CGI Sup...
Latest post: Almund wrote: QueryString values can now be added without a set key '?=value' and will be mapped with string.Empty, hope this helps.
Jump to: First Post    |Latest Post
Latest post:
Sep 25
10:41 AM
5 Posts
First post: TheOtherMarcus wrote: I have decoded the form contents and retrieved a HttpFile from request.Form.getFile("file"). How do I read the data in the file...
Latest post: TheOtherMarcus wrote: No need to be sorry, in this particular case it was easier for me when I could File.Move it to the correct place. And my com...
Jump to: First Post    |Latest Post Tags: faq
1-10 of 40 < Previous 1 2 3 4 Next >
Updating...