Fos icon indicating copy to clipboard operation
Fos copied to clipboard

FastCgi Server designed to run Owin applications side by side with a FastCgi enabled web server.

Results 5 Fos issues
Sort by recently updated
recently updated
newest added

Wired up a test application with UseActiveDirectoryFederationServicesBearerAuthentication, and get the following exception: System.NotSupportedException: The OWIN key 'server.OnSendingHeaders' is not available for this request. at Microsoft.Owin.OwinResponse.OnSendingHeaders(Action`1 callback, Object state) at Microsoft.Owin.Security.Infrastructure.AuthenticationHandler.d__0.MoveNext()...

IIS has two options for FastCGI - named pipes and TCP. FOS supports unix named pipes and TCP. However, the way that IIS uses TCP is not compatible with the...

I got FOS from nuget and tried to use it with Microsoft.AspNet.WebApi.Owin, and got the following exception when making a request: System.ArgumentException: Cannot bind to the target method because its...

We need to have a separate NuGet package for Mono to support Unix Sockets. FastCgiNet should do the same before we can do this.