Is it possible to install and use OpenRasta without IIS? If so, how?

link|improve this question

70% accept rate
feedback

2 Answers

up vote 2 down vote accepted

This thread provides an example of an HTTPListenerHost

  1. Create Console Project
  2. Add OpenRasta references
  3. Add Initial code from thread
  4. Wrap using(OpenRastaConfiguration.Manual) around the contents of the Configure() function
link|improve this answer
feedback

Look at the various examples online about using the httplistener host for usingthe http.sys integration. You can also run it in-memory for unit testing, look at the inmemoryhost classes.

An of course you can implement your own hosting if u need.

link|improve this answer
I am still looking for examples online. We are currently using HTTPListener, (but not RESTfully) so I am (more) familiar with this, but I haven't yet seen an example of using OpenRasta with HTTPListener. I'll continue looking. – pc1oad1etter Sep 22 '10 at 2:46
1  
Don't hesitate to contribute a page or a link in the wiki, it would be good to bring this back to the documentation! – serialseb Sep 24 '10 at 1:10
Are you moving the documentation and the source to github or just the source? – pc1oad1etter Sep 30 '10 at 2:19
We're moving everything to github, slowly but surely :) – serialseb Nov 5 '10 at 19:35
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.