Top "Nancy" questions

Nancy is a lightweight web framework for the .Net platform, inspired by Sinatra.

Self-host of ASP.NET MVC application

I have a full-working ASP.NET MVC application (consisting of 5 assemblies, .NET 4.5.1, ASP.NET MVC 5.2.2) which runs fine in Visual …

c# asp.net-mvc owin nancy self-hosting
How to fix a AutomaticUrlReservationCreationFailureException when using Nancy FX Self Host

When using Nancy FX, I came across the following exception which was thrown when trying to fire up a web …

nancy netsh
Nancy: Serving static content (e.g. index.html) from "/"?

I'm trying to make a single page web application using Nancy. Therefore, I want my root URL to serve a …

c# nancy
Can't get ASP.NET Web API 2 Help pages working when using Owin

I've installed the correct package for Web Api 2 Install-Package Microsoft.AspNet.WebApi.HelpPage -Pre But the help area is not …

asp.net-web-api nancy owin asp.net-web-api-helppages
Nancy framework sample application

We are looking to develop a new web application and came across to Nancy fx (actually I am enrolled with …

nancy
Is it possible to enable CORS using NancyFX?

I have an API service made with NancyFX, and a couple of front-end developers creating an SPA JS client against …

azure cors nancy
Why are no query parameters being passed to my NancyFX module?

I am running a self-hosted NancyFX web server inside of my application. Right now I have one module hosted: public …

c# nancy
Return HttpStatusCode in the Response

Is there a easy way to return just a HttpStatusCode for my api? I've found a slightly more verbose way …

nancy
SignalR plus NancyFX : A simple but well worked example

There are a few examples of NancyFX being integrated with SignalR, for example Signalr & Nancyfx integration Since I am …

signalr nancy
How do I get the current url in a Razor template served by NancyFX?

According to this answer the way to do it in MVC Razor is @Request.RawUrl, @Request.Url.ToString() or @Request.…

razor nancy