Search code examples
restopenrasta

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


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


Solution

  • 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