The simpleworkerrequest tag has no wiki summary.
3
votes
2answers
365 views
How does SimpleWorkerRequest associate MIME types with extensions?
I was serving html referencing svg files in Cassini, and having problems since the mime type was not being sent properly. I ended up writing my own port of Cassini that set the extension based on mime ...
1
vote
0answers
44 views
SimpleWorkerRequest.SendResponseFromMemory. Bytes read from WebClient.DownloadData do not match
I am trying to serialize an object and send it over the web. I can serialize and immediately deserialize the object just fine. However, when I try to send the bytes over HTTP using this on the ...
0
votes
0answers
188 views
C#: Extending SimpleWorkerRequest to support HTTP file uploads outside of IIS
I am working on a project that will start up an ASP.NET application (including MVC apps) without the need for a web server. The point of the project is to enable better integration testing of web ...
0
votes
1answer
447 views
Implementing HttpWorkerRequest
I'm implementing a HttpWorkerRequest in order to be able to render Asp.Net web pages outside of IIS, and I'm looking for some documentation / advice on this in particular:
When might it be ...