mod_mono is a module for the Apache HTTP Server that allows for hosting of ASP.NET pages and other assemblies on multiple platforms by use of the Mono development platform.
Questions tagged [mod-mono]
158 questions
2
votes
2 answers
Readonly session state in ASP.NET MVC for MONO
I've been using MVC 5 with master branch of mono and I suspect mono that there's missing implementation for following attribute:
[SessionState(SessionStateBehavior.ReadOnly)]
I tried to decorate selected two controllers with the attribute and…

marxin
- 715
- 1
- 10
- 18
2
votes
0 answers
Mono gets native exception when trying to access MVC site
I could use a hand in figuring out what's wrong in my mono + mod-mono + MVC setup:
I'm trying to get my Asp.Net MVC3 site deployed on an Apache server running on CentOS 6.5. I think I have a working mono 3.10.1 installation, as I can run C# console…

crazysnake
- 451
- 2
- 7
- 18
2
votes
1 answer
Setup and Debugging of applications run under mod-mono-server4
I have a c# application (servicebus) which runs on a private web server. Its basic job is to accept some web requests and create other processes to handle processing the data packages described in the requests. The processing is often ongoing…

LawfulEvil
- 2,267
- 24
- 46
2
votes
1 answer
How can mod_mono be configured to run .NET 4.5
I've been searching for days now, but still have not been able to find a way to get mod_mono to run .NET 4.5 web applications.
I've tried this and many other with no luck: Can XSP run ASP.NET 4.5?
Currently, I have a functioning Ubuntu 14.04 Server…

roydukkey
- 3,149
- 2
- 27
- 43
2
votes
1 answer
Mono on Apache2 System.Web.Compilation.CompilationException: VBNC30451: Could not resolve the name 'Type'
I installed mono and mod_mono for apache2 running on Debian 7.
Though its giving me this error:
System.Web.Compilation.CompilationException
VBNC30451: Could not resolve the name 'Type'
Description: Error compiling a resource required to service…

user3765468
- 29
- 3
2
votes
0 answers
mod-mono not working on CentOS/Apache
I just set up mod-mono on my CentOS box and configured Apache to serve .aspx pages, but it's throwing errors whenever a page is served. The error is:
System.IO.FileNotFoundException: Could not load file or assembly 'mod-mono-server2,…

Arcanox
- 1,420
- 11
- 20
2
votes
1 answer
Mod_Mono + ASP MVC 5 Framework 4.5 - System.Web.Security.MembershipPasswordAttribute Error
Good day. Try run asp mvc on mod_mono. It seems ok, but when i try go to login page see 500 internal error:
System.TypeLoadException Could not load type
'System.Web.Security.MembershipPasswordAttribute' from assembly
'System.Web,…

foolsoft
- 147
- 6
2
votes
1 answer
Error with views using Mono and MVC 4
I am attempting to get started with the Mono framework and have run into numerous issues, the latest of which has me exasperated. I have looked all over for a solution and haven't been able to figure this out.
Environment
Ubuntu 12.04 (on Hyper-V…

AJ.
- 16,368
- 20
- 95
- 150
2
votes
1 answer
Mod_mono ignoring global.asax and httpmodules
I am trying to move a website from IIS to a mod_mono & apache2 combo and got most of the site running already. However, I need some way of setting up event handlers on unhandled exceptions for logging as well as a lot of url rewriting that I like to…

Mellow
- 701
- 6
- 14
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
0 answers
Mod mono server doesn't host the webpages placed in /var/www/html and displays an error 500
I have an ASP.NET 4.0 web application developed in windows. I am trying to port it to linux using mod mono. I have Mono 2.10.5 installed and would like to use .Net framework 4.0. I have placed the webpages in a folder in /var/www/html. I get the…

varun kumhar
- 157
- 2
- 19
2
votes
1 answer
Does mod_mono need xsp to work or to work better?
I run an apache 2.2 web server to serve asp.net web applications with mod_mono. It works fine. But mono-xsp2 service running too..
Does mod_mono need xsp to work or to work better?
I am asking that because xsp-server start running automatically on…

Jan
- 400
- 5
- 14
2
votes
0 answers
Hosting ASP.NET MVC application on linux using mod_mono + apache in apache root directory
I'm trying to host an ASP.NET .NET4.0 MVC4 application on Centos 6 server.
I have the latest mono, xsp and mod_mono installed. Evertything is configured to run the application using apache web server. I've used this tool for creating a config…

Vladimir Glushkov
- 521
- 7
- 16
2
votes
1 answer
How can I get an ASP.NET MVC site running on Mono?
I've found plenty of questions / blog posts about this, but I have not seen a repeatable recipe for getting an MVC site running on Mono. Nor have I been able to, after many hours of attempts, been able to get an MVC site to run on Mono.
I can spin…

ItsJason
- 747
- 1
- 4
- 20
2
votes
0 answers
Linux Apache Razor
I've successfully installed mod mono in my Apache, I can now run aspx files but not cshtml files. When I try to open cshtml files, razor code appears in the browser. I tried adding cshtml extension in mod_mono.conf and mod_mono_auto.conf but still…

kazinix
- 28,987
- 33
- 107
- 157