Generating WEB reports with Mono

2012-09-18

There is a possibility of executing an ASP.NET web application under the Apache web server that is running on Windows, Mac OS X, Linux, BSD, and others operating systems. You may need to install several packages:


  • the Apache web server
  • the runtime Mono
  • mod_mono
  • xsp server (implements ASP.NET-pages functionality)



Mono packages could be obtained here: http://www.mono-project.com/download/

After installing mod_mono and XSP you should edit the Apache server configuration. Find a place where you have installed the file mod_mono.conf - usually a folder /etc/apache2. Open the httpd.conf file and add the following line:

Include /etc/apache2/mod_mono.conf

You then need to restart the web server. To test the efficiency of the module mod_mono, you can copy the contents of the /usr/lib/xsp/ to the test folder of your website.

To speed up the application under mod_mono ASP.NET we recommend disable KeepAlive in your httpd.conf:

KeepAlive Off

If disabling this option is not desirable, it is necessary at least to lower the value of KeepAliveTimeout:

KeepAliveTimeout 2

More information about the configuration of mod_mono can be read on Mod_mono guide.

FastReport.Mono is compatible with mod_mono starting from version 1.0.11.

To use FastReport.Mono as an ASP.NET application, you should put FastReport.Web.dll file in the project folder together with the file FastReport.Mono.dll. Example ASP.NET applications running mod_mono can see in the folder Demos/C#/Web.

Mono FastReport
22. April 2025

Umgang mit der TfrShellTreeView-Komponente in FastReport VCL

In diesem Artikel werden wir uns die TfrShellTreeView-Komponente ansehen. Es dient zur Anzeige von Dateisystemelementen und ist teilweise analog zu den Komponenten TDirectoryListBox, TDirectoryOutline und TShellTreeView.
21. April 2025

Funktionsweise von RFID-Tags in FastReport VCL

In diesem Artikel werden wir die Funktionsweise von RFID-Tags mit dem neuen TfrxDeviceCommand-Objekt in FastReport VCL mit der Veröffentlichung 2025.2 untersuchen.
8. April 2025

Einrichten der Verbindung mit Apache Ignite in FastReport .NET

In diesem Artikel werden wir untersuchen, wie Sie eine Verbindung zu Apache Ignite in FastReport .NET konfigurieren. Sie lernen die notwendigen Schritte, um das Plugin über Code und den Berichtsdesigner zu verbinden.
Fast Reports
  • 800-985-8986 (Englisch, USA)
  • +31 97 01025-8466 (Englisch, EU)
  • +49 30 56837-3928 (Deutsch, DE)
  • +55 19 98147-8148 (Portugiesisch, BR)
  • info@fast-report.com
  • 66 Canal Center Plaza, Ste 505, Alexandria, VA 22314

© 1998-2025 Fast Reports Inc.