Kieran Benton
Kieran Benton

Reputation: 8890

Is anyone running a production ASP.NET site on top of Mono?

I'm trying to do an informal feasibility study for work on if Mono/Apache/Linux is realistically 'ready' and in any way comparable to a more traditional .NET/IIS/Windows stack.

Any comparison of performance would be helpful too.

Upvotes: 10

Views: 2156

Answers (5)

miguel.de.icaza
miguel.de.icaza

Reputation: 32694

http://Fiducial.Biz, a financial company in France is running on Mono with ASP.NET

Upvotes: 7

Alex
Alex

Reputation:

One thing to remember is 2.0 of Mono is out soon (I think this week) and it is even better now. So if you do any testing make sure you at least use the 2.0 RC

Upvotes: 1

Ilya Kochetov
Ilya Kochetov

Reputation: 18443

We're running a website/bunch of webservices on Mono/Apache/FreeBSD platform for one of our customers. The setup works great.

Upvotes: 2

GEOCHET
GEOCHET

Reputation: 21323

I am running a couple sites off ASP.NET over Mono. I am targeting 2.0 of the framework. I haven't had Digg numbers, but I have also never had an issue.

Upvotes: 0

Galwegian
Galwegian

Reputation: 42227

Take a look at companies using Mono.

It even says that Wikipedia uses Mono for its search facilities.

Upvotes: 12

Related Questions