I have installed Mono (version 2.10.2), mod_mono and have successfully tested it with both an index.html and an index.aspx echoing the date.
I am trying mod_mono on apache 2.2.x running on a win7 box – followed the steps described here. The module loads Ok, but I can\'t run my ASP.net application (404). Does anybody have any suggestions
I\'ve been thinking for a while about which language to use on my next project.Usually I 开发者_JS百科default to PHP on my LAMP server, but I\'d really like to use C# (mainly because of code reuse), a
I have an Apache server with mod_mono hooked up to a legacy ASP.NET application. I can\'t seem to get this application to work if I move it from a top level folder.
This is a strange bug that we started seeing about a year ago. At first, I only occasionally noticed it on my dev machine, but now it\'s been starting to appear in production, which is problematic.
I\'m trying to configure mod_mono with Apache2 on OSX.I would like to run multiple MVC3 projects on the same virtual host, but for some reason only the first one listed is working.Any help on this wou
I just started to develop website with mono+asp.net mvc2 on mac osx but I am quite new to mono and mac.
I have a CentOS 5.x server running Mono 2.8.1 and mod_mono 2.8 with apache2. Every time I deploy a site from visual studio 2010 to my server by ftp, and navigate to the site, I get a 404 not found er
I have already a project that built top of the ASP.NET MVC 2.0 and it\'s working. I tried to run it on Ubutuntu 10.4 Server on Apache2 and Mod mono.
I have mapped *.xyz extension to my own custom handler in asp.net and can run it on Windows asp.net.