views:

174

answers:

5

Hi everbody,

I want to use ASP.Net on Linux because of license problems and costs. Can you compare its performance?

We coded a few asp.net applications and work well on windows server, can we migrate to linux + apache + mono without any changing? Framework version is 2.0.

+4  A: 

You might be interested in this question:

http://stackoverflow.com/questions/929210/performance-of-asp-net-in-monolinux-vs-iiswindow

And here's the FAQ from mono on ASP.NET:

http://www.mono-project.com/FAQ:_ASP.NET

fretje
A: 

Last time I checked the port is not fully complete. Depending on how familiar you are with the language you may find that something is missing. Then you will deal with performance!

Andrew Siemer
A: 

I think you would need to give us more details. ASP.NET does not natively run on Linux. The only thing that I know of that can do this is Grasshopper. Given these details, and true answer could probably be provided

Jacob Adams
A: 

Well to run .Net on Linux you'll need Mono. I don't really know about it's performance as I am not a big fan of .Net.
Also please reformat your question into something more formal.
'Coz' doesn't really make you look good.

the_drow
any explanation on why the downvote?
the_drow
A: 

You can take a look into this doc:

http://www.mono-project.com/FAQ:_ASP.NET

so you can check if all the stuff that you use in your app is implemented or not.

You can speed up things if you use mod_mono+apache.