-
I am trying to use Nancy in a console hosted Owin app.
My Bootstrapper and the main startup of Nancy are defined as follows:
//NOTE: kernel is a static variable and is the ninject StandardKernel
``…
-
## Details about Problem
I've used this Microsoft.AspNet.Identity.Core package in a prior project: https://www.nuget.org/packages/Microsoft.AspNet.Identity.Core/
Today however, the NuGet Package…
-
currently to work with cookies I had to sth like between those lines:
``` fsharp
let setSessionCartId cartId : Freya = (fun freyaState ->
let ctx = Microsoft.Owin.OwinContext(freyaState.Envir…
-
There should be an embedded view which allows to see what's happening inside a process that hosts Quartz. Some initial thoughts:
- works as a plugin that can be attached to Quartz setup, not required …
lahma updated
2 months ago
-
Hi, I am trying to implement your solution but when I run my application the tables are not being created. The user being used has full grants on that database...
-application info:
Asp.Net WebFo…
-
In some cases it may usable to have client ip
## Add to SocketWrapper
```
public EndPoint RemoteEndPoint
{
get
{
return _socket.RemoteEndPoint;
}
}
…
-
Hi.
Thank you for Huygens.
I tried hosting my ASP.NET MVC 5 web application using Huygens but I received the following error:
```
Server Error in '/' Application.
This operation requires II…
-
Hi
I'm struggling at the moment to work out what's going on with my app.
We've recently included an owin Startup class and I believe that's what's made StructureMap stop working.
It seems li…
B3nCr updated
7 years ago
-
Moved from: https://github.com/dotnet/aspnetcore/issues/39943
ASP.NET Core's current owin documentation does not details on adding the glue code to plug in things like logging, data protection, hos…
-
### Description
I have a microservice implemented with Nancy and OWIN. The service's responsibility is to accept files and write them to blob storage. When the request is over a certain size, Nanc…