Fastcgi-mono-server is a FastCGI server for ASP.NET web applications
Questions tagged [fastcgi-mono-server]
32 questions
4
votes
0 answers
Problems with Mono, MVC, and FastCGI
I have two websites that I have created with Mono.NET. Both were built exclusively using Xamarin Studio (e.g. MonoDevelop). The first is a standard Asp.NET webforms application and the second is an Asp.NET MVC application.
I have deployed the…

Shane McGarry
- 513
- 1
- 6
- 19
4
votes
1 answer
fastcgi-mono-server4 and nginx with docker
A lot of information on the web tells how to set up nginx + fastcgi-mono-server4 on the same machine to host ASP.net (at the moment I'm using F# application with Websharper) from linux environment. But docker should run only one process. Also there…

Vasyl Purchel
- 125
- 1
- 7
4
votes
2 answers
Mono random CS0006 compilation errors w/ fastcgi-mono-server4
I'm trying to deploy an ASP MVC project developed on Mono/OSX on my Linux server using mono 2.10.8.1 w/ fastcgi-mono-server4
The webapp always starts fine, but then I start getting random CS0006 compilation errors for various URIs, and once they…

Mahmoud Al-Qudsi
- 28,357
- 12
- 85
- 125
3
votes
0 answers
Huge delay on first browser-request to mono-fastcgi-server4 with Nginx hosted web-application
We are using mono version 3.10.0 (from $mono --version) and Nginx (1.6.2) and mono-fastcgi-server4 to host a ASP.Net MVC3 web-application running on an Debian jessie linux (ARM - Raspberry Pi).
Basically we seem to have the same problems as…

Markus
- 490
- 6
- 13
3
votes
0 answers
IIS - How to specify a FastCGI TCP Transport Port
I am attempting to configure a FastCGI server on Windows 7 / IIS8 which needs to use TCP as it's protocol.
There is an option to use "TCP Protocol" when setting up the FastCGI application, but documentation is really scarce on how this works.…

CameraSchoolDropout
- 883
- 7
- 16
3
votes
0 answers
how to limit nginx mono-fastcgi server cpu usage under stress
MVC4 / Mono 3.2.1 application is running in Debian with Nginx and
mono-fastcgi-4 server. It is started as
MONOSERVER=$(which fastcgi-mono-server45)
WEBAPPS="/:/var/www/html/test/"
${MONOSERVER} /applications=${WEBAPPS} /socket=tcp:127.0.0.1:9000…

Andrus
- 26,339
- 60
- 204
- 378
3
votes
2 answers
Error: "Failed to process connection. Reason: The object was used after being disposed." with nginx, fastcgi-mono-server4 and ServiceStack
I've set up nginx to work with ServiceStack on Ubuntu 10.04.
This is the command line I use to start fastcgi-mono-server4:
/usr/lib/mono/4.0/fastcgi-mono-server4.exe --appconfigdir /etc/init.d/mono-fastcgi /socket=unix:/var/tmp/SOCK-WW…

derFunk
- 1,587
- 2
- 20
- 31
3
votes
1 answer
fastcgi mono socket (nginx: access denied)
I have a ubuntu (13.04) / nginx / mono setup. It works when I set the socket on fastcgi-mono-server4 to TCP however I'd like to use a socket.
I'm starting it with this script which is run on startup:
#!/bin/sh
### BEGIN INIT INFO
# Provides: …

Brad
- 1,684
- 4
- 20
- 36
3
votes
0 answers
fastcgi-mono-server4 and nginx not working
I'm trying to get Mono working with nginx using fastcgi-mono-server4. nginx and fastcgi-mono-server4 are apparently in communication (I can get that far using both a unix and a tcp socket), but once fastcgi-mono-server4 logs getting an incoming…

friism
- 19,068
- 5
- 80
- 116
2
votes
0 answers
fastcgi-mono-server4 hangs up
I have a C# API which I need to have for an C# application.
The problem is, when I start the monoserve process and manualy enter the page, the monoserve process hangs up.
Screenshot:
Monoserve Logfile: http://pastebin.com/raw/3aAdjS10
How I start…

kwinkel
- 177
- 2
- 10
2
votes
1 answer
How to enable HTTPS with fastcgi-mono-server4 and nginx?
I am trying to activate HTTPS on a Debian 7 server running nginx and fastcgi-mono-server4. I also use ServiceStack.
When I use port 80 (non SSL) everything works fine.
When I change it for port 443 (SSL) then I get an error when I try to call the…

Martin Larivière
- 264
- 1
- 10
2
votes
0 answers
Web API Service Error - Cross-Origin Request Blocked
My Windows Web API Service is running on Linux (Nginx http server) with FastCGI Mono server.
When my clients try to invoke my web api service's methods, they see the following error message in response:
Cross-Origin Request Blocked: The Same Policy…

FireFalcon
- 831
- 11
- 23
2
votes
1 answer
How to implement working web server with Mono WebAPI application
Mono 3.2 MVC4 WebAPI application is running in Debian x64 VPS server. Mono is compiled from source and 4.5 subtree is used.
Application requires Chrome or Safari browser.
After refreshing browser window several times server does not work properly. I…

Andrus
- 26,339
- 60
- 204
- 378
2
votes
1 answer
SeviceStack: fastcgi-mono-server4 vs self-hosting
Are there benefits in running ServiceStack over fastcgi-mono-server4 vs self-hosting when all that is needed is to expose web services (no ASP.NET or static content)?
I'm using nginx reverse proxy in both cases.

woli
- 105
- 1
- 6
2
votes
0 answers
mono MVC3/MVC4 - libraries still required
Ubuntu 13.04. Using the mono from the experimental branch (3.0.6 (Debian 3.0.6+dfsg-1~exp1~pre1);). I'm still being required to upload these five DLLs to the BIN folder for my MVC…

Brad
- 1,684
- 4
- 20
- 36