Tagged Questions
0
votes
0answers
36 views
How to restart Apache with an ASP.net server application (.asmx)?
I'm trying to write a method for my server application, which restarts Apache, in C#. I develop with Xamaria (resp. Monodevelop) and my code looks as follows:
[WebMethod(Description = "[VOID] Restart ...
0
votes
1answer
163 views
“Unable To Connect To Any Of The Specified MySQL Hosts”
Thanks in advance for your patience. As I began typing this, I noticed SO has added the feature in the subject line for browsing similar topics. After exhausting my resources, I am going to continue ...
1
vote
1answer
101 views
How to deploy an ASP.Net Web Forms on Apache with mono mod
I made an ASP.Net Web Forms application and it's working in debug mode in Visual Studio 2012. But when I uploaded the application folder into my Apache with mod_mono I got an Error that indicates I ...
0
votes
0answers
50 views
Mono 2.6.3 at Local Server - 503 Server error
im running the Mono 2.6.7, with mod_mono 2.6.3...
But idk, somehow, some permissions or code error, idk im getting 503 server error...
here we go...
My mod_mono.conf:
<IfModule mod_mono.c>
...
0
votes
0answers
40 views
AJAX Request Hangs forever
I have a asp.net web application, which runs on Mono framework and Apache.
I have a page which has flash. From that page, i will make a ajax request to the server and the return value will be ...
1
vote
1answer
135 views
ScriptManager not loading javascript method under Mono
I've been trying to get my head around this issue I'm having with asp.net ScriptManager.RegisterStartupScript().
The lines of code are as follows -
string script = ...
0
votes
1answer
121 views
ASP.NET - Mono - PostgreSQL - Failed to establish a connection [0x00101]
Been trying to get my asp.net application to connect to my PostgreSQL database under mono for a few days to no avail. Can connect to it under IIS but not Apache and Mono.
The ASP.NET part works ...
0
votes
1answer
60 views
Server compilation error on some pages apache mono
We have a .net web application running in fedora 6 under Apache & mono 1.1.18 version. So long it was working good. Suddenly I'm getting the following Server Error in some of the pages,
Server ...
0
votes
0answers
57 views
Permission Denied for gacutil in linux
I have the Mono gacutil on a Linux machine, CentOS 5.5, apache 2.2. I'm running as the root user. I keep getting
/usr/local/bin/gacutil: line 2: /usr/local/bin/mono: Permission denied
This is ...
0
votes
0answers
38 views
Is it possible to install mono in an apache server that also runs Django?
I'm pretty new to apache web hosting as my experience has been mainly in writing ASP .Net hosted on Windows boxes. I'm starting a new project for a client soon and on their Fedora web server they ...
1
vote
0answers
151 views
mod_mono gives EOF errors on fresh centos install
I have a fresh install of Centos 6.3 fully updated.
I have installed mono, xsp, and mod_mono from sources. Each package compiled perfectly. They were all installed with a prefix of /usr/local/mono (so ...
-1
votes
1answer
46 views
Mono - get back root/opt/mono folder [closed]
I installed version 2.8 of mono, mod_mono and xsp before realizing that the versions were too old to work with my software. I deleted the mono folder in root/opt/mono and installed all three in ...
2
votes
0answers
204 views
How can I run ASP.NET MVC3 in Apache?
I have an Ubuntu 12.10 server installed running Mono 2.10.8. I also have Apache2 running and was able to run ASP.NET with mod_mono version 4. I am now trying to run an ASP.NET MVC3 web app, but I get ...
0
votes
1answer
133 views
Mod_Mono 2.10 compilation error
I'm currently trying to install Mono 3.0.3 on OpenSUSE. I've compiled and installed each part (mono 3.0.3, XSP 2.10.1 and Apache HTTPD 2.4.3) from their respective tar balls, but mod_mono 2.10 (and ...
1
vote
1answer
41 views
When I switch to https, my pages return a 404 error in Mono + Apache
I am using Mono + Apache for ASP.Net and when I go to the https version of my site it asks if I want to accept the certificate (I check to save it permanently) but then it shows a 404 error page! None ...
1
vote
1answer
538 views
Is Mono capable of hosting ASP.NET MVC WebAPI in mod_mono yet?
Pretty much as the title says - I've tried to get this going as per:
...
0
votes
1answer
230 views
asp:menu does not render properly
I'm trying to deploy a simple web application developped with VS2010 in ASP.NET
Everything's going fine on IIS locally on the development machine, but I encouter an issue once deployed on an Apache ...
0
votes
0answers
42 views
share a domain name beween php and mono
I've got a problem : I've got a dedicated server where I use three different domain names and php. Now, I've got a new website that I developped with asp.net. I installed mono, mod_mono and transfered ...
0
votes
3answers
144 views
How make ASP.Net recompile page on changes?
I created an aspx page and viewed it in Firefox and Chrome and it worked correctly, running the C# code. But when I make changes to the page (including deleting everything and serving up a blank ...
1
vote
0answers
46 views
Accessing a SQL db from an Apache/Mono server
I have an Apache Server running Mono for a .net site (it's a mess). The SQL database is hosted on web.com, on a virtual IIS server.
My connection string works when the site and the DB aren't ...
1
vote
1answer
1k views
Mono 3.0.0: Could not load file or assembly: System.Web.Extensions.dll, Version=4.0.0.0
I am hosting a ServiceStack web service in Apache with mod-mono, I have mono-3.0.0, and xsp-2.10.2.
I hosted the hello world example targeting .Net framework 2.0 and using mod-mono-server2, and it ...
2
votes
2answers
197 views
Console Hosting WCF service Http accessible under mono and IIS
I am currently working on a project and trying to learn about WCF web services.
I have a console application which hosts a WCF service. I have added the URL that it should be accessible on in the ...
0
votes
1answer
240 views
Cannot access WCF service hosted in Apache with mod-mono
I have a WCF service using basicHttpBinding hosted in Apache 2.2.15, using mod_mono in CentOS. I added the following directives to the end of /etc/httpd/conf/httpd.conf to enable WCF services:
...
3
votes
1answer
158 views
Method not found: 'MyProject.MvcApplication.RegisterRoutes'
I build a simple ASP.NET MVC 2 project with MonoDevelop, it is ok when it run at debug server of MonoDevelop.
Then I generate virtual host conf file at http://go-mono.com/config-mod-mono/Default.aspx ...
3
votes
1answer
109 views
mono on Linux returns different set of cookies
I have an MVC site running on mono 2.10.8.1 on apache2 undo ubuntu. I have a service that checks credentials and set cookies if all good. In windows i have no problem and got only one cookie: ...
1
vote
0answers
106 views
Mono (mod_mono) & Apachen Debian doesn't process aspx page
I'm trying to develop a simple website and deploy on Apache + mod_mono+ debian.
Apache fails to render the aspx pages with a compiler error. Here's is the aspx code and error details .
...
1
vote
1answer
120 views
Mod mono serves different web application instance over SSH
I have one asp.net application running on latest Mod mono When I access it through url
1. http://myServer.com/App
or
2. http://localhost:81/App
I get different instances for each address. ...
0
votes
1answer
158 views
Mono permission denied to any index or root directory access in a MVC application (Orchard)
[Wed Oct 17 23:26:57 2012] [error] [client 85.55.45.215]
(13)Permission denied: access to / denied
[Wed Oct 17 23:26:58 2012] [error] [client 85.55.45.215]
(13)Permission denied: access to ...
3
votes
4answers
811 views
Mono 2.11 with nginx or apache
I have installed parallel Mono (2.11.3) following these instructions: http://www.integratedwebsystems.com/2012/04/install-mono-2-11/ Now I want to run my ASP.NET site on this Mono instance. I have ...
2
votes
0answers
183 views
Deploying Linux using Mono to deploy aspnet web/website application? [closed]
I have a C#/ASP.NET 4.0 framework application which works on windows with IIS. But recently I'm tempted to switch to Linux/Mono. It comes up with some questions:
Based on goggled i have found the ...
4
votes
1answer
650 views
Can I use Linux/Mono to deploy aspnet web application?
I have a C#/ASP.NET application which works on windows with IIS. But recently I'm tempted to switch to Linux/Mono. It comes up with some questions:
Can I run my Visual Studio projects and source ...
1
vote
0answers
121 views
How to serve static content in Mono Apache MVC application
ASP.NET MVC application Page contains order header and order rows.
jquery, jqgrid, jqueru ui and some jqueru ui plugins are used.
All js files are compiled to single minified file default.js
...
0
votes
1answer
332 views
mod mono server 4 constantly crashes with soap requests
I have a c# Soap service that I have running on my Linux Suse 12.1 VPS server. This has been working fine without problems until I made a small change to the soap service and copied it onto my VPS. I ...
0
votes
1answer
176 views
FileUpload Control in Mono
I have encoutered a question when I run ASP.NET on Mono+Apache2.
I put a FileUpload Control in a Page,when click button to upload the file it will throw an Exception:
Could not find a part of the ...
0
votes
1answer
75 views
framework for communicating between apache web page and mono application
I am working on an embedded project which involves hosting a web page as the main user interface for the headless system. This web page should basically look like a router web page with configurable ...
1
vote
1answer
726 views
Exceptions running .NET4.0 apps on Mono 2.11.1 via mod_mono
Yesterday I've installed mono version 2.11.1 on CentOS 5.7. Since then, I can't get my .NET4.0 applications to work via mod_mono and Apache, but my .NET2.0 applications work fine. Running a .NET4.0 ...
1
vote
1answer
544 views
Not sure what I am doing wrong with Ubuntu/Apache2/Mono
Alright, it has been a long couple of days trying to figure this out and I just can't find the solution. What I am looking to do is allow my Apache server to host both PHP and ASP.NET files. So I ...
9
votes
2answers
516 views
C# (Mono) - HttpWebResponse won't scale for concurrent outbound requests
I have an ASP.NET 3.5 server application written in C#. It makes outbound requests to a REST API using HttpWebRequest and HttpWebResponse.
I have setup a test application to send these requests on ...
0
votes
1answer
551 views
xsp/apache not working for ASP.NET application, xsp4 from terminal does work
I have a site make in monodevelop on Archlinux.
The site runs fine in monodevelop F5 run, and also runs fine when running xsp4 from the terminal
However, when running under apache, I am getting ...
14
votes
1answer
392 views
Mono vhost configuration errors: Address already in use
I've got three different error messages in my apache error log every time I'm starting apache. I've read the mod_mono configuration section multiple times so please give me a hint how to get rid of ...
1
vote
0answers
217 views
Making Mono and Mkbundle turn C# code into executable file for target system?
My goal: Writing some C#-code, compile it, and run it at the target server (Apache Web Server, OS: Debian GNU/Linux 32bit) using PHP-command passthru("newfile",...).
Now: Based on the advice I got ...
0
votes
1answer
241 views
Can't Access elmah.axd When Running ASP.net MVC on Apache
I'm using MVC2, mono 2.10.5, mod-mono-server4.
ELMAH is configured as per here, but I am using the XML file logger.
When trying to access /elmah.axd locally I get the following message in error log ...
2
votes
1answer
519 views
Creating executable file for Linux using Mono?
I want to develop a C# tool which shall be run on an Apache Web Server whenever it is called via PHP (e.g. using the exec-command). Since I am new to this it would be great if you can help me:
1) If ...
0
votes
1answer
618 views
ASP.NET MVC 3 on Mono - MVC app versus WebForms
I got Mono installed and set up running underneath Apache. I was able to add in a index.aspx page and a web.config into the root directory and get this to work. Now deploying a MVC 3 app to the root ...
1
vote
2answers
1k views
Trouble installing mod_mono on Mac OSX Lion
There is another question regarding installing mod_mono on OSX, but I'm going to assume that was before Lion came about, which had some breaking changes for developers (like python versions).
I've ...
2
votes
1answer
456 views
Mono and IHttpHandler
I'd like to use XSP or better mod_mono within a .Net-Project using the IHttpHandler method.
I have the following class (quite simple:
public class Class1 : IHttpHandler
{
public bool ...
0
votes
1answer
535 views
Setting up ModMono With Apache2
I ended up attempting to setup ASP with ModMono on Apache2, via following this guide.
It's not working, however: when I click a .aspx file, I end up just downloading it on my localhost.
Here's my ...
4
votes
1answer
1k views
Basic Mono installation wont work
Am using a CentOS 5.3 box as prod server and am trying to get mono running there. after much sifting i managed to install version 2.10.2 via yum.
i installed also xsp and mod_mono the same way and ...
2
votes
2answers
925 views
mod_mono on windows
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 or ...
0
votes
1answer
169 views
Retrieving client certificate from SSL session in mod_mono (in Apache 2.2.2 (Red Hat))
I am trying to set up a .NET web service in mod_mono that has historically has only run under IIS 6/7.
Most of it works well, except for one little detail: The web service is supposed to log the ...
