Questions tagged [fastcgi-mono-server]

Fastcgi-mono-server is a FastCGI server for ASP.NET web applications

32 questions
2
votes
1 answer

Mono Views rendering (errors?) numbers, in IIS is ok

I'm running a .NET on mono 2.10, developed with ServiceStack 3.9.55 When i run the website with IIS Express everything is OK, but with mono 2.10 and fastcgi-server4 the page render extra numbers like 0 and f7e. I've already tested this o Ubuntu 12,…
Gui
  • 9,555
  • 10
  • 42
  • 54
2
votes
2 answers

ServiceStack-based web site under Mono/Linux: Performance with static content

I'm planning on converting an ASP.NET MVC web site to ServiceStack Razor, with the aim of hosting it on a Linux server. What would be the best solution for serving the static content of the site? Would a self hosted daemon behind Nginx be OK, or…
dabide
  • 996
  • 1
  • 6
  • 18
1
vote
0 answers

Error in fastcgi-mono-server4 configuration (webapp) file when specifying multiple sites

I'm trying to start my fastcgi-mono-server4 using a webapp file , this is the file located at /etc/rc.d/init.d/mono-fastcgi/servers.webapp api abc.com/vhost> 80
MikeW
  • 4,749
  • 9
  • 42
  • 83
1
vote
0 answers

How to send big data to ServiceStack hosted on Nginx+FastCGI?

I need to stream huge files (1GB) up to ServiceStack webservice which will be hosted on Nginx+FastCGI in Debian. I am using IRequiresRequestStream DTO to support streaming. I upload data from client with HttpWebRequest: req.AllowWriteStreamBuffering…
Marek
  • 10,307
  • 8
  • 70
  • 106
1
vote
0 answers

nginx + multiple instance of fastcgi-mono-server = WebResource.axd error

I'm running nginx which does load balancing over several instances of fastcgi-mono-server4 configured upstream. Apparently when a webresource link is handled by a different fastcgi-mono-server than the one which originally produced the link it…
vidi
  • 2,056
  • 16
  • 34
1
vote
1 answer

Error after moving from ASP.Net 3.5 to 4.0 using Nginx + FastCGI-Mono-Server4

I'm using Nginx + FastCGI-Mono-Server to host a small asp.net web service. It is running just fine using FastCGI-Mono-Server2 (which is the .Net 2.0 version). I now need to upgrade the asp.net app to .net 4.0. That means I need to upgrade to…
exvance
  • 1,339
  • 4
  • 13
  • 31
0
votes
0 answers

How to replace error page for Web API application on mono

I'm working on moving an existing Web API from IIS to NGINX with Mono and I'm stuck on default error pages: whatever I do, I still get default one, which exposes confidential data: system, ASP.NET version and Powered by Default 404 error page on…
Marius
  • 11
  • 2
0
votes
1 answer

NGINX giving 404's, never proxy passes to fastcgi-mono-server4

Working on getting a skeleton of ASP.Net application running on Ubuntu. Installed all the requisite applications. Just trying to serve index.html or index.aspx to start. However, running through Nginx never seems to get through the proxy, always get…
LiteWait
  • 584
  • 4
  • 21
  • 42
0
votes
0 answers

fastcgi-mono-server4 or xsp4 Wait timeout (System.ComponentModel.Win32Exception)

I was able to run web site in mono on my debian server and mostly it runs fine, but every now and then I get System.ComponentModel.Win32Exception with Wait timeout description. I've tested on 5.10 and 6.12 also in both fastcgi + nginx and xsp4. I…
dr4cul4
  • 258
  • 4
  • 14
0
votes
0 answers

How to bulid mono-fastcgi-server on yocto for intel x86 board

i am trying to build mono web applications with nginx for linux platform with yocto worrier branch i have made changes on below conf file 1) conf/local.conf PACKAGE_CLASSES ?= "package_deb" EXTRA_IMAGE_FEATURES ?=…
akr
  • 1
0
votes
1 answer

Opensuse Leap 42.1: fastcgi-mono-server4 AOT problems

I have recently upgraded my opensuse 12.2 machine to leap 42.1. I would like to get web server going in the form of:- nginx <> fastcgi-mono-server4 <> asp.net I have installed and configured nginx - it appears to be working okay (tested it at a…
42LeapsOfFaith
  • 146
  • 1
  • 9
0
votes
0 answers

How do I manage a collection of fastcgi processes on mono

When dealing with multiple nginx websites proxying through to fastcgi-mono-server4 processes, do I need to manage each separate fastcgi process for each website or is there a way to collectively associate a pool of fastcgi processes with the nginx…
MikeW
  • 4,749
  • 9
  • 42
  • 83
0
votes
1 answer

How to handle multiple websites through FastCGI server

I'm interested in serving multiple .Net sites using Nginx for the front end proxying to fastcgi-server. I would like to know if its possible to support 2 sites on a single fastcgi-mono-server4 port (9000) or if the accepted practice to is to create…
MikeW
  • 4,749
  • 9
  • 42
  • 83
0
votes
1 answer

HTTP request validation Exception in ASP.NET Web Service on Ubuntu with Mono

First of all I am totally new to Linux Os and Mono as well. I have taken all the steps from the following post to run my Web API service with Mono on Linux Ubuntu: http://piotrwalat.net/running-asp-net-web-api-services-under-linux-and-os-x/ Now I am…
FireFalcon
  • 831
  • 11
  • 23
0
votes
1 answer

Nginx, mono-fastcgi, ServiceStack install

The ServiceStack website has build / install instructions for windows (Nuget). There are many posts referring to mono based ServiceStack, but never any instructions for how to build on Centos for example. I downloaded and built ServiceStack on…
tradetree
  • 354
  • 3
  • 20