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:
(I'm fully expecting the answer to be "Nope, no other information", however I thought I'd check here just in case).
Here is an example I got from the internet. It works for me :)